Hello,
i have three template columns with radiobutton in the ultrawebgrid. Though i have grouped all these template columns radiobutton still it is not mutually checking or unchecking the radiobuttons.
and also i am struggling hard to find the control in the column for a click of button. i am trying to find out something like FindControls
Regards,
-Praveen
You'll need to do some coding to make this work. The following article from our Knowledge Base may help:HOWTO: Adding a Mutually Exclusive Radio Button Column to WebGrid
This article suggests against using templated columns, since column templates affect the ID of the controls placed within them. This is likely why you aren't able to get the radio buttons to become mutually-exclusive.
I have done above.But the web will prompt "Rows is null".And,I want to know how can I get or set the radiobutton's value of one row.