Completed
Last Updated: 29 Sep 2015 10:30 by ADMIN
Christian
Created on: 07 Mar 2014 10:03
Category: Kendo UI for jQuery
Type: Feature Request
2
Make Grid really responsive
Currently when screen sizes get smaller and smaller the grid is squeezing the columns as much as possible. But if there are a lot of columns this will soon hit a size that couldn't be squeezed any more. So the result is scrolling which is giving a bad user experience. However often there are columns in a grid that could be omitted on smaller screens because they aren't that important.
How about adding some type of "class" to the grid column to tell Kendo that this column should only be shown on medium sized screens and up and another one should be shown on xs size and up (=always) and others should only be shown on large screens?
4 comments
ADMIN
Telerik Admin
Posted on: 29 Sep 2015 10:30
If you experience technical issues with the grid and window implementation in your particular case, please contact our support team at telerik.com to get assistance.
Mihai Moisei
Posted on: 28 Sep 2015 14:46
Hello, If I open a kendoGrid in a kendoWindow as an iframe, then the grid's pager current page will be rendered as a dropdown with one option. How can I disable this feature ?
ADMIN
Telerik Admin
Posted on: 25 Mar 2015 11:33
The functionality you request is supported via minScreenWidth property (http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-columns.minScreenWidth) of grid columns. Additionally, we also introduced responsive pager for the grid with Q1 2015.

 You can see a live demo presenting these features at http://demos.telerik.com/kendo-ui/responsive/grid
Christian
Posted on: 07 Mar 2014 14:48
If you look at the URL you provided you're gonna see a large horizontal scrollbar. That is the problem. You could make the scrollbar smaller or disappear at all if you remove columns on small screens.That is what I'm proposing. Squeezing like seen on the demo is not a good solution.