This is a migrated thread and some comments may be shown as answers.

Insert RadioButton in a column(windows Form) of radGridview

3 Answers 286 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Abhinav Katiyaar
Top achievements
Rank 1
Abhinav Katiyaar asked on 27 May 2009, 10:13 AM
How to insert a Radion Button Column in radGridview in Windows form?.

3 Answers, 1 is accepted

Sort by
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.
 
Sincerely yours, Nikolay
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
srivatsa haridas
Top achievements
Rank 1
answered on 13 Jan 2010, 12:24 PM
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.

Sincerely yours,
Nikolay
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Abhinav Katiyaar
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
srivatsa haridas
Top achievements
Rank 1
Share this question
or