Adding a Radio Button to a dataGrid column

G

Guest

Hi,

I know that it's possible to add checkbox column to dataGrid, but is it
possible to add a radioButton column? if not, what's the best way to make the
checkbox column to act as a radioButton column (meaning, i want to allow the
user to check only one row as "true").

Thanks,
Gidi.
 
W

Wolf

Hi

I dont know if this is the same with a datagrid, but its unbelievable
how this huge bug in a Repeater wasn't seen or fix.In a Repeater you
cant use the optionsbuttons, cant use it cause it doesn't work.Use the
checkboxes as optionboxes

Checked_Clicked

if value = true
loop through each other checkbox and set they values are false

if value = false
loop through each checkbox and set they values to true
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top