Hi
I wonder how I can achieve a hierarchy like this knowing that not all groups have sub-groups
- Level1
Item1 directly under Level1 dont necessarily having sub items
Item2
+Item3 having sub item
Item3 subitem1
item3 subitem2
I tried using simple DXGrid column grouping but it does not have the desired effect. It would be fine if all items had the same number of sublevels but it is not the case in my scenario
Data is coming from a dataset and already have the necessary columns defining parent and child.
Maybe a master detail grid would be more appropriate ? I never used this feature of a DXGrid.
Do you have a sample code example demonstrating a simple master/detail ?
I found an old sample created for me 10 years ago (gosh did not even remember that)
I can follow that except that my my scenario all sub levels are derived from the same table so all lsublevels have the same columns.
See the printscreen.
I dont need the header and the group header to show
Maybe use the XTraTreeList
How similar this control is to the DXGrid ?
I have years of code arround the DX Grid.
Grouping, footer, sum
Can an XTraGrid have footers and sum s ? If not then it is not my solution.
To answer these questions, I've created separate tickets in order not to mix different issues in one thread and avoid possible misunderstanding. Please refer to them for further discussion.
Can TreeList display summaries?
What is the difference between TreeList and GridControl?