This is a migrated thread and some comments may be shown as answers.

How do I keep a column from appearing in the column menu?

1 Answer 48 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Doogle
Top achievements
Rank 1
Doogle asked on 17 Sep 2012, 07:57 PM
I have a column in my grid that I do not wish the user to be able to hide using the column menu.

How do I prevent the column from appearing in the grid's column show/hide menu?

Thanks,

Doug

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 19 Sep 2012, 06:53 AM
Hello Doogle,

All you need is to set menu: false option for that column and it will not appear in the menu.
{
 field:"OrderID",
 filterable: false,
 menu: false
}


Greetings,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Doogle
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or