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
540
Binding Multiple List<T> to UltraWebGrid Issue
posted

Hi, I have been using the UltraWebGrid, rather successfully, with creating objects and binding them in the code behind.  I create a Bins list that holds type Bin.  This is the parent band/rows which are essentially the days of the week (Sunday - Saturday).

Inside each of those there is another set of lists, 6 different lists.  So for example, List<obj1>, List<obj2>, etc.  These are meant to represent different schedule types, like regular hours, leave hours, overtime hours, etc.  Each object inside those lists has it's own properties that I want to be the headers for the respective rows.

However this doesn't work, when I bind it all to the grid it only gives me the parent row/band and one of the children, just the first.  Is there any way to make this work with what I'm trying to do??  Need help ASAP.

 

Parents
No Data
Reply Children
No Data