If I have a class called Product which has a list of sales figures for a number of stores that are maintained in a internal collection, is there a way of exposing the stores dynamically from the class so the grid can create columns for them automatically? So far I am having to hard code in a property for each store in order to get the grid to display them.
Thanks in advance.
Doug
Please refer to the following link for dynamically creating column:
http://forums.infragistics.com/forums/p/32460/176980.aspx#176980