i have a gridview and in that gridview i have a checkbox field. in a grid i always a single record being checked. so that means if a checkbox is selected in other record, there shouldnt be anyrecord has a checkbox selected.
Thanks
3 Answers, 1 is accepted
0
Vanya Pavlova
Telerik team
answered on 30 Mar 2011, 06:36 PM
Hi Vuyiswa,
Since the SelectionMode property of RadGridView is set to Single, you will be able to select only a single row at a time. You may use the built-in GridViewSelectColumn to achieve the desired result.
If you need any further information please let us know.
The Checkbox i have there i bind it from an object with a Boolean value.
So if the checkbox is unchecked, i will need to collect that value when
i do the updates. can GridViewSelectColumn