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

Cannot get MultiColumnTreeView working with Hierarchial Data

The Multicolumn tree view does not seem to work with hierarchial data. Cannot get the following to work. I created this by modifying the sample in the documentation. The tree works until you MultiColumnEnable is set to true.

xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:syncfusion="http://schemas.syncfusion.com/wpf"
Title="Window1" Height="300" Width="300">





























ItemsSource="{Binding Source={StaticResource treeDataBase},XPath=Item}"
>









DisplayMemberBinding="{Binding XPath=@Name}"/>
DisplayMemberBinding="{Binding XPath=@Name}"/>
DisplayMemberBinding="{Binding XPath=@Name}"/>









1 Reply

SL Swasthika Lakshmi I Syncfusion Team September 15, 2010 06:59 AM UTC

Hi Bob,

For using Hierarchical DataTemplate in MultiColumn TreeView, You can refer Bind to SelfReferencing Table Demo from Multi Column TreeView Demo in DashBoard Samples.

Regards,
Swasthika Lakshmi.I


Loader.
Live Chat Icon For mobile
Up arrow icon