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

Broken multiselection

3 Answers 85 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ján
Top achievements
Rank 1
Ján asked on 07 Sep 2017, 07:10 AM

Hello,

we are using Kendo UI for angular and dicsovered that multiselect does not work unless user clicks on checkboxes (even if checkboxOnly is set to false). Its reliably reproducible even on your sameple in documentation: http://www.telerik.com/kendo-angular-ui/components/grid/selection/#toc-selection

There if selection mode is 'mutiple' clicking on rows (not checkboxes) only allows single row to be selected at the time.

 

Jan

3 Answers, 1 is accepted

Sort by
0
Ján
Top achievements
Rank 1
answered on 07 Sep 2017, 07:16 AM
Additional info: also i would expect that clicking on a row again will deselect it, but nothing happens (in both single nad multiple mode)
0
Konstantin Dikov
Telerik team
answered on 08 Sep 2017, 11:47 AM
Hi Ján,

You need to hold the "CTRL" key to append additional row to the selection or the "SHIFT" key to select a range (from one item to the next clicked). Also, an item is deselected when you hold the "CTRL" key.

Hope this helps.


Regards,
Konstantin Dikov
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Ján
Top achievements
Rank 1
answered on 08 Sep 2017, 12:21 PM
yes, I was expecting that in multiselect mode no CTRL is required, just simple click to select/deselect rows, as nothing about CTRL is mentioned in docs
Tags
Grid
Asked by
Ján
Top achievements
Rank 1
Answers by
Ján
Top achievements
Rank 1
Konstantin Dikov
Telerik team
Share this question
or