Hello,
I am getting extra data from web API than what I display in UI. I am binding this data to kendo-grid and setting it as hidden. Because I am using it for another task.
And, I don't want to show this column in (Where I can show/hide column).
Accept this, all column will be visible and if I uncheck/check any column from UI than it should be available to check/uncheck again.
But not that few columns should be visible which I want to hide forever in
I saw the below-given link but, don't get much idea about resolving.
https://www.telerik.com/kendo-angular-ui/components/grid/columns/menu/#toc-customizing-the-content
I am getting extra data from web API than what I display in UI. I am binding this data to kendo-grid and setting it as hidden. Because I am using it for another task.
And, I don't want to show this column in (Where I can show/hide column).
Accept this, all column will be visible and if I uncheck/check any column from UI than it should be available to check/uncheck again.
But not that few columns should be visible which I want to hide forever in
I saw the below-given link but, don't get much idea about resolving.
https://www.telerik.com/kendo-angular-ui/components/grid/columns/menu/#toc-customizing-the-content
In my case, my grid has 4 columns and I want to show 3 columns in the column chooser
how to achieve this scenario?