This question is locked. New answers and comments are not allowed.
Hi There,
what is the best way to hide a column when autogenerate columns is used with respect to dataannotations(modelmetadata).
I tried (did not work)
Which is working but im not sure if this is the way to go.
Thanks a lot.
Regards Laurens
what is the best way to hide a column when autogenerate columns is used with respect to dataannotations(modelmetadata).
I tried (did not work)
[HiddenInput(DisplayValue=false)]
I also tried
[ScaffoldColumn(false)]
Which is working but im not sure if this is the way to go.
Thanks a lot.
Regards Laurens