This is my first question on kendo ui grid, we are using kendo ui grid on mobile device.
I have trouble to make it support both multiple selection and scrolling.
It has grid setup with
selectable: "multiple, row",
pageable: false
navigatable: false
As a user, I would expect user to touch scroll the grid, rather than select and stop scrolling, which made it unusable.
Is there any way to configure it to support multiple selection and scrolling at the same time?
- click to select and unselect
- scrolling when touch and move
- not keyboard in this case
Thanks in advance.