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

RadGrid CheckBox Column Selected Issue

2 Answers 152 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Don
Top achievements
Rank 1
Don asked on 30 Jul 2015, 04:25 PM

Hi There,

I have a RadGrid with  CheckBox column turned on. When click on the white space beside the check box, all other selected columns change to unselected. Is there a way to turn off this feature? Is it possible that it only select the column without affecting other selected columns? Please help. Thank you.

Here is the telerik demo link:

http://demos.telerik.com/aspnet-ajax/grid/examples/columns-rows/columns/column-types/defaultcs.aspx

 

Best regards,

Meng

 

2 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 04 Aug 2015, 06:46 AM
Hello Meng,

You can achieve this requirement using the approach suggested in the following post:
http://www.telerik.com/support/code-library/get-selected-items-through-all-pages#kht8vWCthkS9M1nSFAY8yg

Hope this helps. Please give it a try and let me know if it works for you.

Regards,
Eyup
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Don
Top achievements
Rank 1
answered on 28 Aug 2015, 06:18 PM

The ClientSettings UseClientSelectColumnOnly property did the trick:

<ClientSettings>
        <Selecting AllowRowSelect="True" UseClientSelectColumnOnly="true"></Selecting>
</ClientSettings>

Thanks.
Tags
Grid
Asked by
Don
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Don
Top achievements
Rank 1
Share this question
or