Hello Fereshteh,
Currently, in order to remove a column's menu, use the jQuery approach shared previously. For example, using the for the provided Grid:
$(document).ready(function() {
$("#grid").kendoGrid({
columnMenu: true,
});
var grid = $("#grid").data("kendoGrid");
grid.thead.find("[data-field=make]>.k-header-column-menu").remove();
grid.thead.find("[data-field=model]>.k-header-column-menu").remove();
});
Please feel free to add your vote, follow for any upcoming updates, and comment on the feature request related to this inquiry.
Regards,
Patrick
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.