goldz
09-25-2005, 07:21 PM
good day!
i have another problem concerning grids...
i need to drag-and-drop from a <grid> whatever are selected on it (multiselect = true) but there doesn't seem to be an 'onmouseover' or 'onmouseout' or even an 'ondbclick' event on the grid. nothing is displayed on the debugger when i added ondbclick="debug.write('clicked')" on the grid's tag. same thing happens for the <gridcolumn> and <gridtext>.
i tried to detect these events on the <text>s inside the <gridcolumn>, that is,
<gridcolumn>
<text onclick="debug.write('clicked')">
Text
</text>
</gridcolumn>
but what happens is that 'clicked' is displayed on the debugger but i can no longer select anything on the grid.
can anybody please help? i would really appreciate it. :D
i have another problem concerning grids...
i need to drag-and-drop from a <grid> whatever are selected on it (multiselect = true) but there doesn't seem to be an 'onmouseover' or 'onmouseout' or even an 'ondbclick' event on the grid. nothing is displayed on the debugger when i added ondbclick="debug.write('clicked')" on the grid's tag. same thing happens for the <gridcolumn> and <gridtext>.
i tried to detect these events on the <text>s inside the <gridcolumn>, that is,
<gridcolumn>
<text onclick="debug.write('clicked')">
Text
</text>
</gridcolumn>
but what happens is that 'clicked' is displayed on the debugger but i can no longer select anything on the grid.
can anybody please help? i would really appreciate it. :D