I have a grid with a GridClientSelect column. Clicking anywhere in the row other than the checkbox for that row causes all other selected/checked rows to deselect. How do I stop this. I want the row to only be selected by clicking the checkbox. I have shown in attached screenshots.
1 Answer, 1 is accepted
0
Pavlina
Telerik team
answered on 03 Nov 2014, 10:05 AM
Hello,
You should set the UseClientSelectColumnOnly property to true in order to select the row only by clicking the checkbox:
<ClientSettings>
<Selecting UseClientSelectColumnOnly="true" />
</ClientSettings>
Regards,
Pavlina
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.