Thanks Pat, nothing helped, I am using a click listener now, they all 
work without a problem. So I can get around this bug for a while (until 
the first customer uses the keyboard to change the selection...

Patrizio De Michele schrieb:
> i never used the adapter....but have you restarted the app?? try with 
> a complete project clean
> if nothing happens i recommend you to go in web mode, use 
> mozilla+firebug and see if it functions...
> if not, see the what javascripit error gives you and try to skip it 
> someway....after a bit of study
> of the ext sources...
> this is my way :)
> bye pat
>
> 2009/10/2 Anton Trapp <[email protected] 
> <mailto:[email protected]>>
>
>
>     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