Hi ! I'm using GWT 2.2. I tried to have a celltable where I can both select lines and modify them. I added a SingleSectionModel to the celltable. It works. But as soon as I click on a DatePickerCell on any line, the selection stops working.
To check if I did something wrong, I executed the CellTableFieldUpdaterExample from GWT documentation. I just added a SingleSelectionModel to the contact table. The selection mechanism breaks as soon as I click on the DatePickerCell that modifies Contact birthdate on the example. Maybee it's not possible to do both selection and edit on lines ? What I was trying to achieve is to display statistics on the 'clicked' line on another panel. And allow the user to edit the line on the celltable. I didn't want the user to click on a icon / button on the line, but just select the line. Is there another way to achieve this ? Any way to intercept a 'user clicked on a line' event on the celltable ? Thanks for your help -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
