Click here to Skip to main content
15,891,657 members
Everything / HierarchicalDatagrid

HierarchicalDatagrid

HierarchicalDatagrid

Great Reads

by DiponRoy
Some queries to find generation of each row, all possible children, all possible parents, managing recursion

Latest Articles

by DiponRoy
Some queries to find generation of each row, all possible children, all possible parents, managing recursion

All Articles

Sort by Score

HierarchicalDatagrid 

12 Feb 2013 by AdityaPratapSingh
Hi,I have been recently using WebHierarchical Data grid (version 11.1) and i have implemented the expand and collapse in the grid. But i need to collapse the row automatically. Is there any option for auto expand row?
8 Jul 2013 by brijgogogo
I need to create a DataGrid to display collection of objects in WPF. The collection comes at run-time and is different most of the times.The properties of the object can further be a collection.So each cell should be capable of displaying a sub-data-grid in itself, and this can extend up to...
8 Jul 2013 by Dheeraj_Gupta
For this you have to create an User Control which only have DataGrid in it. and in this user control create a method that will accept the list of your collection and also call this method recursively until your object has any collection.
7 Jan 2015 by Maciej Los
I'd suggest to read this: Hierarchical Data (SQL Server)[^].Here on CP you'll find a lot of articles about fetching hierarchical data. Use SearchBox on the right-top corner of this site.
11 Feb 2015 by Member 11359671
I figured out that using a UNION gets me want I need. Thank you all that replied.
30 Mar 2015 by SarahSaid84
Hi all,Vb.net 2005 with access and sql server depending on the client I want to make summary fields across hierarchical groupings as Crystal Reports for A chart of account the data like this 1 Assets 011 AA 01101 AAA 01101001 AAAA 4000----21101002 AAAAA 5000----21102 ss...
19 Nov 2015 by epdmi
I want to flip the bottom text(label) in hierachichal edge bundling chart, so that the label where it says "Projekter" is readable. See https://jsfiddle.net/wq8es4tn/[JSFIDDLE]
15 Sep 2014 by DiponRoy
Some queries to find generation of each row, all possible children, all possible parents, managing recursion
13 Feb 2013 by Sandeep Mewara
Did you tried looking here: Infragistics Forum[^]Posting here is fine. Might be someone can help but I had found that specific questions related to 3rd party is answered more quickly and accurately at respective forums.
7 Jan 2015 by Member 11359671
I have a hierarchy table which looks like this:RowID Code Name ParentID Level1 GC Gulf Coast NULL 121 GC.1 Texas 1 228 GC.1.1 Houston 2 334 GC.1.2 Galveston ...