Thursday, June 28, 2018

Radio Button in Cell Table or Data grid.

Basically to implement custom RadioGroupCell for Cell Table. This is not having a group of Radio buttons within a single cell. 

So what I want is a cell table which has a cell Column called "Active" and defined with one Radio button in that cell. Unlike checkboxes or custom cell of group of radio buttons within one cell, my requirement is the Radio buttons in all rows are part of one Group so one can select only one at a time. 

So here is what cell table would look like

Role          Active
------          --------
Admin        Radio Button (YES)
Role A        Radio Button (NO)
Role B        Radio Button (NO)

One can toggle to select only one Radio between roles. 

I can write a custom cell which has one radio button. But I don't know how each radio buttons becomes part of the single group across the rows.

Any help or pointers would be much appreciated.

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