Hi,
I have a grid with frozen columns and these columns do not list when I access thead or table field of kendo grid. How do I access static column headers? I need it to hide default filter operator menu on one of these fields.
Eg: When I do $("#grid").data('kendoGrid').thead on the following grid, it does not show the static columns:
http://demos.telerik.com/kendo-ui/grid/frozen-columns
Thanks
I have a grid with frozen columns and these columns do not list when I access thead or table field of kendo grid. How do I access static column headers? I need it to hide default filter operator menu on one of these fields.
Eg: When I do $("#grid").data('kendoGrid').thead on the following grid, it does not show the static columns:
http://demos.telerik.com/kendo-ui/grid/frozen-columns
Thanks