Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am using the radiobutton column in radgrid but the problem is whenever i am cheking the radiobutton all buttons are checking i want to select only one button like radiolist how can i do it
Posted
Updated 11-Sep-12 6:24am
v2

radiobutton-column-in-radgrid

hope this will help you..
 
Share this answer
 
There is a property in RadGrid called AllowMultiRowSelection, by default it is true. Just try setting it to false. It prevents the user to select multiple rows.
And if you are using radiobutton column then you should read the discussions in the below link.
Single RadioButton check at a time with row selection [^]


Hope it helps.
--Amit
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900