There is an onCellFocus handler you can use, for example:
var tableModel = {
options : {
onCellFocus : function(element, value, x, y, id) {
}
}
}
About the double click I think there is not an easy way for doing that
maybe there is another solution depending on what you want to
accomplish.
Have an excellent day
and don't forget to support my work ;-)
Saludos
Pablo
> --
> You received this message because you are subscribed to the Google Groups "MyTableGrid" group.
> To post to this group, send email to mytab...@googlegroups.com.
> To unsubscribe from this group, send email to mytablegrid...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/mytablegrid?hl=en.
>
>