How to remove a column from the options to hide and show columns in the grid?
By default, the footer of the grid shows the list of all the columns in the grid. The user may check/uncheck those and decide what all columns they wish to see on the grid.
How can we control the list of those columns that show up in the list of columns? Ideally I don't want them to see the Id columns ever.
riya dasgupta
asked
at 10 Mar 2022
Answers
-
You can add Nohide mod like this:
new Column{...}.Mod(o => o.Nohide())
Omuanswered at 10 Mar 2022