Kendo UI for jQuery
Overview
Frameworks
jQuery
Angular
React
Vue
Demos
Roadmap
What's New
Roadmap
Release History
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Try now
close mobile menu
Telerik Forums
/
Kendo UI for jQuery
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
22 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
Add a comment
Submit comment
Cancel
1 Answer
, 1 is accepted
Sort by
Score
Date
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!
Add a comment
Submit comment
Cancel
Answer this question
Drag and drop files here or
browse
to attach...
Browse
for files to attach...
Supported file types: PNG, JPG, JPEG, ZIP, RAR, TXT. Max total file size - 20MB.
Submit answer
Cancel
Tags
Grid
Asked by
Doogle
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or
Copy link