RadioButton as ItemTemplate in DataGrid
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I added RadioButton ItemTemlate column to my DataGrid, so I am getting one RadioButton column in each row in the Datagrid, but at any time only RadioButton should be seleted in the DataGrid. How can I do this. Regards, Chakravarthy.V
-
Hi, I added RadioButton ItemTemlate column to my DataGrid, so I am getting one RadioButton column in each row in the Datagrid, but at any time only RadioButton should be seleted in the DataGrid. How can I do this. Regards, Chakravarthy.V
Hi there. Here's an article showing one approach to selecting a dataGrid item with a radio button: http://www.dotnetbips.com/displayarticle.aspx?id=147[^]