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