Hi,
I have a requirement in which i have a parent child hierarchy and depth is not decided it can be 3 level,4 level or 4 level or more then 4 level.
Can you please guide me how to display hierarchy with N level in wingrid.
Thanks
Pratik Mehta
Hi Pratik,
I'm afraid I do not understand what you are asking.
The grid gets it's bands and columns structure from the DataSource you are using. So your data source needs to define the bands up-front.
You can bind the grid to a recursive data source. A DataSet, for example, can contain a single table with a Relation that relates that table back to itself. Perhaps that's what you need.
Do you have any further questions?
Michael S.