I have a hidden column in Grid but I also wish to hide it in column picker. I need to keep that column in XYZColumns.cs file because I am using it as a quick filter
Any ideas? Thank you.
I have a hidden column in Grid but I also wish to hide it in column picker. I need to keep that column in XYZColumns.cs file because I am using it as a quick filter
Any ideas? Thank you.
Use the attribute
[FilterOnly()].For example: