Unplanned
Last Updated: 22 Sep 2017 13:25 by ADMIN
ADMIN
Marin Bratanov
Created on: 22 Sep 2017 13:11
Category: Grid
Type: Bug Report
3
Scrolling on a mobile (touch) device is impossible with the Lightweight RenderMode when an HTML element takes up the entire grid row
It seems the element somehow considmes the scrolling/touch action and the grid does not scroll unless you hit the gap where the custom element does not reach.

A workaround is to enforce overflow: auto to the scrollable element of the grid. A sample is attached below.

        div.rgDataDiv {
            overflow: auto !important;
        }

Attached Files:
0 comments