Is it possible to disable column menu for specific column in Kendo UI Grid? And if it is, how it should be done?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Out of the box you can only exclude the column from being shown/hidden through the column menu (i.e. there wont be a checkbox defined for that column which you can check/uncheck). To do so you should use the menu option when defining your column.
e.g.
If you want you completely hide the column menu for lets say the 3rd column you can use the following work-around: