Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1360
Binding grid to object with collection of items
posted

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