How to insert a Radion Button Column in radGridview in Windows form?.
3 Answers, 1 is accepted
0
Nikolay
Telerik team
answered on 30 May 2009, 01:50 PM
Hi Abhinav Katiyaar,
We do not have a predefined radio button column for RadGridView. However, you can implement such behavior easily. For additional information, please refer to the following Knowledge Base article: Creating a RadRadioButtonCellElement.
Hello
I have a similar requirement except for the fact that i need one radiobutton per cell.
Is this possible with the similar code as you have suggested ??
Thanks
Srivatsa
0
Nikolay
Telerik team
answered on 13 Jan 2010, 03:01 PM
Hello srivatsa haridas,
Yes, you can achieve your requirement by following the approach demonstrated in the knowledge base article. If want to have only one RadRadioButton selected in one RadGridView, you should set an appropriate value in the cell of the selected RadRadioButton (for example - 1) and set the values of the other cells in that column to 0.