I've got a CellTable wich work with SingleSelectionModel to make
single selection and show some information into details panel. Also
I've got CheckBoxCell column into this CellTable which work with
another MultipleSelectionModel to make mass delete operation.

When I try to click on check box in CheckBoxCell column GWT selects
row and after second click on checkbox it change checkbox state. So we
should make two clicks, but I need to do it (change checkbox state) by
one click.

I tried different ways to fix it:

Change dependsOnSelection and handlesSelection parameters into
CheckboxCell
Change SelectionEventManager in CellTable
(DefaultSelectionEventManager.createCheckboxManager(),
DefaultSelectionEventManager.createCustomManager)
But it doesn't work.

I found similar problems into Internet but all of them work with one
MultipleSelectionModel. It's not the same what I want, because there's
details panel (So I could make only single selection).

Can anyone help me to figure out how to resolve it?

PS: I'm using GWT 2.2

-- 
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