Check / Uncheck Kendo Grid Columns Conditionally
问题 I had a scenario where I need to hide/ show first column header in kendo grid based on two checkbox click. I tried the HideColumn functionality but it was not working. I later used the Hidden property and is working properly. But now i wanted to hide some more columns(second till fourth). I dont know how to access those columns. I tried all the techniques mentioned in this site but nothing helped(https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/methods/showcolumn). Can someone help me