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?
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.
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 ?
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
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.