it would be best if i could fire an event on dbl click of a row only, how
can i do this?

I would advise you to start reading the documentation. At the DataGrid page
at the events section, you could have found:

ListEvent.ITEM_DOUBLE_CLICK

In the documentation it sais:

itemDoubleClick - Dispatched when the user double-clicks on an item in the
control.


Greetz Erik

Reply via email to