Hi all!
I've been working with LLBL for a while but am now in a new situation where I need to work with TypedViews and the Infragistics UltraWebGrid. I'm having a problem getting the grid to do the grouping the way I want.
TypedView:
- Project
- Category
- ChargeCode
- ChargeDesc
I want to output it similar to the following:
+Project A
+-- Category X
+-- -- 111111: Description of 111111
+-- -- 333333: Description of 333333
+-- -- 555555: Description of 555555
+-- Category Y
+-- -- 222222: Description of 222222
+-- -- 444444: Description of 444444
+-- -- 666666: Description of 666666
+Project B
+-- Category J
+-- -- 121212: Description of 121212
+-- -- 343434: Description of 343434
+-- -- 565656: Description of 565656
+-- Category K
+-- -- 232323: Description of 232323
+-- -- 454545: Description of 454545
+-- -- 676767: Description of 676767
Basically it ends up being pretty similar to an unordered list, but I want it in a table and need to use UltraWebGrid.
I'm new to Infragistics and UltraWebGrid (and giving up HTML control in general) but I can't figure out what properties I need to set and at what level (UltraWebGrid, Bands, DisplayLayout, etc.).
Any help is appreciated!
Thanks,
Matt