Hi All,

I want to select a row in the Grid when I click any of the cell in the
Grid.
which is working fine when I use

dataTable.addTableListener new TableListener (){
   public void onCellClicked(SourcesTableEvents sender, final int
row,final int cell) {
    .....
   }
 });

Now I have to code in place the make the cell editable, when I double
click any cell.

But I dont know how to get the Doubleclick event in the Grid.

I heard of sinkEvents and onBrowserEvent
But not sure how to go about it.

Any help would be appreciated.

Thanks
Suren
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to