I have a web data tree displaying some hierarchical data..how can i dispaly the same data with parent child relation ship in ultrawebgrid
Hi there,
I would not recommend using the UltraWebGrid since this control is retired and we will be doing only priority support for it for not very long time. I suggest to migrate to WebHierarchicalDataGrid.
You can take a look how to do this by opening:
1. http://samples.infragistics.com/2009.2/WebFeatureBrowser/Default.aspx
2. Go to ASP.NET (AJAX Enabled)
3. Click WebGrid
4. Click Defining Layouts -> Hierarchical Grid
Hi Lubomir,
The Webgrid supports the hierarchy upto 2 level i.e. Parent and its children.
But what if i want to support n level hierarchy, is there any workaround to support multilevel
parent child relation ship in Webgrid.
My requirement is there can be any level of nesting of a row under a row ,
i.e. Parent-->Child-->GrandChil-->GrandGrand Child and so on.
and the level is not predefined.
Please reply,
Thanks,
Digvijay
This can be done through the Bands array. Since the grid supports only 1 child band this array really describes a hierarchy.