I need to create a winforms grid with 3 levels, using infragistics ultragrid.
Level 1 has 2 columns (Fixed)
---> Level 2 has 3 columns (Fixed)
--------> Level 3 has Infinite no of columns (Dynamic based on type of level 2 item)
example
Level 1 Item 1 --> 3 Columns (Fixed)
Level 1 Item 1 --> Level 2 item 1 --> 3 Columns (Fixed)
Level 1 Item 1 --> Level 2 item 1 --> Level 3 Item 1 --> 3 Columns (Dynamic)
Level 1 Item 1 --> Level 2 item 2 --> 3 Columns (Fixed)
Level 1 Item 1 --> Level 2 item 2 --> Level 3 Item 1 --> 6 Columns (Dynamic)
How can this be achieved on the grid, specifically Ultragrid?
I am having a massive headache right now
Cheers