AD
Administrator
Syncfusion Team
August 24, 2004 09:04 AM UTC
Doing a hierarchical virtual grid will be time consuming with lots of interesting (read time consuming) tasks to handle.
For this reason, I would try the hierarchical GridDataBoundGrid first. The only interesting task in your list above is possibly setting style properties on individual cells. But this normally can be handled in either grid.PrepareViewStyleInfo or grid.Model.QueryCellInfo. The 2.1.0.9 has a property (ShowTreeLines) that lets you see treelines in the hierarchical grid if that interests you.
I would think that using this approach, you could see your grid in a matter of minutes (not necessarily with all the things you need) and I do not think this would be the case with a virtual gridcontrol trying to support hierarchical data in a tree-like manner.