Radio Button in DataGrid/table
How to create radio button in datagrid/table? I can create select box by using [x], but what about radio button?
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The company marked this question as answered.
-
Inappropriate?What do you need a radio button in the table for? You'd use at least two. Do you use the grid as table or as layout element?
-
Inappropriate?I use the grid as a table.
The default datagrid contains an example on how to specify a checkbox ( see the Employee column), now instead of a checkbox, I want a radio button.
Is it difficult to implement? -
Inappropriate?Use (x) for a selected radio button, and ( ) for an unselected radio button.
1 person says
this answers the question
-
Inappropriate?This works if you don't attach any text to the radio button, for example, if in a row I want (x) Yes\r() No it does not show the radio buttons.
Any thoughts on how to resolve this? -
Hi John, yes we don't support such advanced editing right now. What I'd do is leave a space and overlay a radio button group (our new control type!). I know, it's a bit manual and not ideal, but doable...we'll work on making the Data Grid even smarter in the future. -
Thanks!
Loading Profile...



