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

Multi-selection and scrolling on touch screen

1 Answer 180 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jesse
Top achievements
Rank 1
Veteran
Jesse asked on 06 Mar 2018, 08:59 PM

I have two questions regarding using the Grid with touchscreen devices such as an iPad. I see that I can press and drag to select multiple consecutive rows of the Grid, but how can I select multiple, non-consecutive rows (i.e. the equivalent of holding Control + clicking rows)? 

Second, if a grid is taking up a large portion of the view port and I want to scroll down the page, when I drag my finger, it wants to do the multi-selection of grid rows instead of scrolling. I tried dragging two fingers instead but that didn't work. Is there a way to scroll down the page when the grid must be touched on to begin scrolling?

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 08 Mar 2018, 11:20 AM
Hello, Jesse,

Regarding the questions:

1) Currently, this could be achieved by using our new checkbox selection feature:

https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/columns.selectable

2) This could also be achieved with the checkbox selection as the standard selection will take presence over the scrolling and all scrolling gestures will be taken as selection:

https://dojo.telerik.com/EXutaPeN

I hope this is helpful.

Regards,
Stefan
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Jesse
Top achievements
Rank 1
Veteran
Answers by
Stefan
Telerik team
Share this question
or