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

Row select causes other rows to deselect

1 Answer 29 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Thomas Derenthal
Top achievements
Rank 1
Thomas Derenthal asked on 02 Nov 2014, 03:01 PM
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

Sort by
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.

 
Tags
Grid
Asked by
Thomas Derenthal
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or