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

Multi Select in Responsive

2 Answers 135 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ed
Top achievements
Rank 1
Ed asked on 11 Oct 2014, 11:29 PM
We are using the Kendo grid in a responsive environment and some of our grids need to allow multiple rows to be selected.  This presents a problem in mobile since there seems to be mutually exclusive behavior for multiple selection and scrolling - if you touch/drag, you will select multiple items - but then how do you scroll the grid?  Note, we are using virtual scrolling throughout.
 
Can we disable selection while scrolling? Or is there a way to have the grid allow sticky selection when in mobile (a virtual Ctrl key is always pressed when using the finger) to allow multiple selection and then the scrolling by touch/drag would work properly?  Of course, de-selection would require the user to scroll back to all the selected items and individually de-select them - which we are OK with.
 
Is this something that can be accomplished with the current kendo grid via configuration?
Is this something that can be accomplished via extending the current kendo grid?
Is this something that will make it onto the roadmap?

2 Answers, 1 is accepted

Sort by
0
Accepted
Kiril Nikolov
Telerik team
answered on 15 Oct 2014, 06:45 AM
Hi Ed,

First of all please accept my apologies for the delayed response.

As you have noticed the problem comes from the fact that on touch device touch and hold is used for scrolling, while the similar gesture on desktop device is used for multiple selection. I am afraid that multiple selection on a touch device is currently not support due to this exact behavior. 

If you want to see this feature implemented in the future please check our UserVoice section, where you can suggest it for implementation.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Ed
Top achievements
Rank 1
answered on 15 Oct 2014, 04:27 PM
Now a UserVoice item for those who want to vote for it.
Grid Multi Select - Touch Events
Tags
Grid
Asked by
Ed
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Ed
Top achievements
Rank 1
Share this question
or