Hello
Have a look at this thread :
http://forums.infragistics.com/forums/p/42963/256997.aspx#256997
Does this new xamDataTree support N-Level hierarchical data binding?
Thanks
Kevin
Kevin,
The attached sample is a simplistic implementation of this feature with the XamDataTree. I hope this helps.
Thanks,FrancisPS - Please ignore the TextBlock in the sample that states "NetAdvantage for WPF 10.3". The code originally came from a WPF application, which I modified for Silverlight.
Francis,
I have extended your sample with a second NodeLayout definition.Unfortunately, an intermediate node is generated with the key definition.Is there a possibility of suppressing these intermediate nodes so that the child nodes are displayed directly?
Hans,
I have created a private support case to follow up with you on the question of hiding the default root node rendered with a NodeLayout object. I will be in touch with you soon.
Thanks,
I haven't discovered a way to do this myself. Based on the first xaml snippet shown in our documentation on NodeLayouts, it seems as if you'd want to remove the Key setting for that NodeLayout, however, the Key is evidently required, at least in this case where there are multiple NodeLayout objects. I will check with our developers and report back here as soon as I learn more.