RadioButtonList Question -- Probably Simple

  • Thread starter Thread starter Ron
  • Start date Start date
R

Ron

I want to add radio buttons to a datagrid. The datagrid is displaying 5-10
items, and I want the user to select the desired item via radiobutton. As it
is, the user can select as many radiobuttons as they want, which is
obviously not what I want. I want to limit the user to being able to select
one radiobutton at a time.

How can I add a radiobutton list to a datagrid? Does anyone have a
suggestion/example?

Thanks,

Ron
 
I am not sure how you would create a radio button list spanning different
rows in a grid. You could probably write some javascript, that would
unselect all radiobuttons but the one that was last selected.
 
Back
Top