The simplest thing to do is to copy and paste CheckboxCell as RadioCell (for example) and then just change the templates at the top to <input type="radio" name="blah" ...>. But you do need to put in a name for a radio cell, and if you use blah as the name than the radio cell will give you problem if you have cells in multiple columns.
Derek On Sep 15, 3:02 pm, Roger Studner <[email protected]> wrote: > If I do a single selection model etc.. (canonical).. I get a checkbox. > > Technically, you'd think, this would render as a radio button.. > > Anyone experiment/discover how to replace the default check box column w/ a > radio button ? > > thanks > > Roger -- 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.
