Adding Hierarchies to TreeDataGridView

Hi,

I am wondering how can i add multiple hierarchies in the treevirtualgrid.

I have a product object that returns list of product objects, its child object, its grandchild objects and grandgrandchild objects.

So far, i have just been able to show Product object and its child (i.e. 1 hierarchy). I would like to have 7 hierarchies in my implentation.

In the solution i have attached, the product object is creating grandchild objects. But i m not able to show them in the hierarchy. I can figure out the other 7 hierarchies.. if i could get the grandchild to work.

Please help..

Custom0.zip

2 Replies

AD Administrator Syncfusion Team February 12, 2007 06:40 PM UTC

Hi Adnan,

Please try the modified attached sample and let me know if this helps.
Custom0.zip

Best regards,
Haneef


AS Adnan Sohail February 12, 2007 10:12 PM UTC

Yes it works.. Thanks for the fast response.

Loader.
Up arrow icon