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

Multiple selects

2 Answers 196 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 10 Feb 2016, 01:10 PM

I've set my grid to include this property setting: SelectionMode="Multiple" 

From reading the documentation --  You can select a set of grid rows (not necessarily neighboring). Hold the Ctrl key and click on the rows which you want to be selected. -- I would expect this to behave as a standard multi-select scenario just like any Windows control. However, SelectionMode="Multiple" causes my grid to select each row on which I click -- with or without the Ctrl modifier. I need users to be able to select a new row without having to deselect the original row. It seemed like it should be pretty straightforward, but I'm clearly missing something.

Thanks...

 
 
 

2 Answers, 1 is accepted

Sort by
0
Accepted
Maya
Telerik team
answered on 11 Feb 2016, 07:39 AM
Hi Mark,

Setting SelectionMode to "Multiple" will result in selecting an item just by clicking on it. The behavior you described is for "Extended" SelectionMode. Please run through the "Multiple Selection" article and its corresponding demo.

Regards,
Maya
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
Mark
Top achievements
Rank 1
answered on 11 Feb 2016, 09:35 AM
I could've sworn that I tried extended mode and that it didn't work as expected. Of course, now it does. I don't know what I was doing wrong, but thanks for forcing to me recheck.
Tags
GridView
Asked by
Mark
Top achievements
Rank 1
Answers by
Maya
Telerik team
Mark
Top achievements
Rank 1
Share this question
or