Hi!

My grid just works fine, but the following code:

    final RowSelectionModel sm = new RowSelectionModel(true);
    sm.addListener(new RowSelectionListenerAdapter() {
      public void onRowSelect(RowSelectionModel sm, int rowIndex, Record 
record) {
        GWT.log("Test selection", null);
      }
    });
    employeesGrid.setSelectionModel(sm);

does nothing, the onRowSelect is never called (no output, the breakpoint 
there is never reached, ...). Did I miss anything?

Thank you very much in advance!

Best regards,

Anton

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to