3.2.0

What can I do when I retrive the event object from dbclick?

obj.setEvent("ondblclick", function(event){
alert(event);
});

Here,what's the properties of the event object?How can I get some selected row/cell information from this event object?
Steven
June 4,
This is just standard browser event object, it does not containt any information about the grid. Use getSelectedRows/getSelectedColumns methods to get the current selection.
Alex (ActiveWidgets)
June 5,
Ok,Thank you very much.

It's a nice information for me. :)
Steven
June 23,

This topic is archived.

See also:


Back to support forum