We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

GridTreeControl showing Expand Glyphs

I always want to show the expand glyphs down to a set level (without reading ahead).  How can this be achieved?

1 Reply

SH Shakul Hameed M Syncfusion Team December 9, 2013 01:30 PM UTC

Hi Craig,

 

Thanks for using Syncfusion products.

 

We have analyzed your query and we are unable to get your exact requirement. Anyhow, if you want to show the all the nodes as the Expanded level means, you can set ExpandStateAtStartUp as AllNodesExpanded. And if you want to show the expand glyphs for all the nodes means, you can set HideEmptyChildGlyphs As True.

 

Please refer the following code snippet.

 

Code Snippet:

syncfusion:GridTreeControl Name="treeGrid"

                                        AllowAutoSizingNodeColumn="False"

                                        AutoPopulateColumns="True"

                                        ExpandStateAtStartUp="AllNodesExpanded"

                                        HideEmptyChildGlyphs="True" >

 

Please let us know, if you have any queries.

 

Thanks,

Shakul Hameed



Loader.
Live Chat Icon For mobile
Up arrow icon