On 27 août, 12:09, jocke eriksson <[email protected]> wrote: > That's correct I don't want the click to update the selectionModel. Creating > the Cell like new CheckboxCell(true); makes the SelectionModel to get no > events at all. On the other hand if I pass in false all events gets pass. I > guess I will have to use the Event.NativePreviewHandler
Thinking about it, maybe it's not a supported use-case. I mean, if you have editable cells, you should use a NoSelectionModel *or* have a column of CheckboxCell used to select/unselect lines. I suspect you'll have the exact same problem with any AbstractEditableCell, or ButtonCell, ActionCell or ClickableTextCell. -- 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.
