I am trying to write a dynamic control in Microsoft MVC that allows me to edit an object in a grid (in particular using jqgrid). Well, I build my speakers and collegues in my controller based on the object I'm trying to change. I would like to be able to mark the column as a hidden column, but I would like to not just create arbitrary attributes if the standard one already exists. So I am looking through System.ComponentModel.DataAnnotations, which has a lot of good things, but not what I'm looking for. Is there such an attribute? Thank!
source
share