I have a grid whose datasource contains about 20 items.
I would like to open the view with some default column (say five) and then allow the user to make a selection from the column menu.
Cannot see that there is a way to do this.
Any help would be greatly appreciated.
Bryan
2 Answers, 1 is accepted
0
Stefan
Telerik team
answered on 14 Jul 2016, 12:55 PM
Hello Bryan,
This can be achieved by using the columns.menu configuration of the Kendo UI Grid. This configuration will allow the user to customise which columns to be displayed in the Grid view:
In addition, if you want to show only some of the columns by default, use the columns.hidden configuration of the Grid to hide specific columns programmatically: