Monday, July 23, 2018

GWT Single Selection Model to prevent having all records unchecked in Cell List.

I have GWT cell list with single selection model and checkbox which is one of the selection column. So it does toggle between rows since it acquires single section model. 

The toggle should function AS-IS but what I want is if one clicks on an already selected row, the selection should not uncheck that row. If they click on second row, the selection should move to second row which is fine. 

How do we do this?


--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment