5 Answers, 1 is accepted
0
Hello Brian,
Petyo
Telerik
If the grid is too large, the mobile view will automatically enable horizontal scroller - please see this example.
Regards,Petyo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Brian
Top achievements
Rank 1
answered on 07 Aug 2013, 05:45 PM
is this done via the .Scrollable() tag? I enabled it and it still is cutting off my grid on the right side w/ no horizontal scrolling.
0
Hello Brian,
Nikolay Rusev
Telerik
Two things are required to have vertically scrollable grid:
- scrollable: true configuration setting
- the sum of all column widths to be more than the width of the div element as in the sample: http://jsbin.com/iziver/1/edit
Nikolay Rusev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Brian
Top achievements
Rank 1
answered on 08 Aug 2013, 06:58 PM
Does this apply to Horizontal? Vertical scroll works fine. Its the Horizontal that does not work.
0
Hello Brian,
Nikolay Rusev
Telerik
Yes, this is required to have horizontal scrollbars in the Grid. See the fiddle from my last post. `scrollable: true` option enables vertical scrollbars, but the second condition must be fulfilled in order to have horisontal scrollbars.
Regards,Nikolay Rusev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!