Hi all,
In my application I use a grid in which I build the columns dynamically from code. I would like to store some extra information (metadata) for each of these columns. Before Q2 2010 I used the FieldAlias property for this, but that is not a correct use of that field. Also the FieldAlias property is now obsolete in the new release.
The best way would be to use a Tag object, but strangely enough there is no Tag property for GridViewColumn. There is a Tag property for the GridView itself and for all the GridViewRows, but not for GridViewColumn...
So why is there no Tag property for GridViewColumn? Is there an other good way to store metadata objects for gridview columns?
Thanks,
A. Bennen
In my application I use a grid in which I build the columns dynamically from code. I would like to store some extra information (metadata) for each of these columns. Before Q2 2010 I used the FieldAlias property for this, but that is not a correct use of that field. Also the FieldAlias property is now obsolete in the new release.
The best way would be to use a Tag object, but strangely enough there is no Tag property for GridViewColumn. There is a Tag property for the GridView itself and for all the GridViewRows, but not for GridViewColumn...
So why is there no Tag property for GridViewColumn? Is there an other good way to store metadata objects for gridview columns?
Thanks,
A. Bennen