Completed
Last Updated: 10 Aug 2015 13:21 by ADMIN
Nivas
Created on: 28 Jul 2015 18:50
Category: Kendo UI for jQuery
Type: Feature Request
4
Hide columns in the grid for smaller screens
Since Kendo grid is not a responsive widget, provide a option for users to hide lesser significant columns on smaller screens.

Let user specify the property "HideWhenLessThan" for a column in the grid, which represents the width of the screen below which the column is hidden in the grid. 

Example:
 columns: [{
                            field: "ContactName",
                            title: "Contact Name",
                           HideWhenLessThan: 600
                        }]
                           
Here the column would be hidden when the width of  the grid's parent div or the width of the browser is lesser than 600px.
1 comment
ADMIN
Telerik Admin
Posted on: 10 Aug 2015 13:21
This is already supported via the minScreenWidth attribute for grid columns, Nivas. See this section from the docs API for more info:
http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-columns.minScreenWidth