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
1850
Column Structure Question
posted

I have an object with three fields (Time, Units, and dollars) . I need them to show up in columns but I need them to show up in the grid 13 times (for 13 weeks). Each week would have its own header with the Time, Units, and dollars as columns within that week.

What is the best way to make this happen? We don't use datasets but class objects. I tried having an object with WeekOne, WeekTwo, etc properties that were Lists of my field object but that didn't work.

Any ideas are appreciated.

thanks

-Ken