I am using the following constructor to create a checkboxcell in an
editable data grid.
*CheckboxCell(false, true)*
When I use this and click at any place in the row, selection change event
does not fire and I am using *Single selection model* .
When I use,
*CheckboxCell();*
Selection change event fires on the row but,
1) We have click twice to check or uncheck the check box cell.
2) if we check or uncheck in the checkboxcell, the value will reverted as
soon as I click anywhere.
I am trying to figure out the solution, but not successful yet. Any help
would be appreciated.
Am using *GWT 2.4.0 *
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/aW1FMxHKrOwJ.
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.