telerik / kendo-ui-core

An HTML5, jQuery-based widget library for building modern web apps.
http://www.telerik.com/kendo-ui
Other
2.53k stars 1.91k forks source link

Frozen Grid columns are not scrollable on touch devices. #2978

Open matanasov opened 7 years ago

matanasov commented 7 years ago

Currently the Kendo grid frozen columns have this documented limitation on touch devices:

Frozen columns cannot be touch-scrolled, because they are wrapped in a container with an overflow:hidden style. This limitation can be worked around on desktop devices with the help of the mousewheel event, but such an alternative on touch devices does not exist.

Can be observed on this demo:

http://demos.telerik.com/kendo-ui/grid/frozen-columns

As touch devices usage rapidly grows implementing a solution to this limitation is getting more important.

NikoPenev21 commented 1 year ago

Reported also in #1590817