Hi
I'm trying to create a xamwebtree with 3 levels. The data source is a web service (for now it's a RIA Service). Is there a sample with the xaml and c# code? In the available samples I just find 2 level xamwebtrees with a xml-datasource.
I have another question about recursive webtrees. There is a nice sample for the toolkit treeview ( http://blogs.msdn.com/jasonall/archive/2009/11/25/hierarchical-data-trees-with-a-database.aspx ). Is this possible to do with the xamwebtree.
Thanks for your help.
Stefan
Rovina+Partner AG
Hi Curtis
First, thank you very much for your time and your interest.
I already read your blog and download the sample, it worked perfectly.
What caught my attention, is that you need to include "HierarchicalDataTemplate" levels. As says Rovina, in the "ms toolkit treeview" it is only necessary to create one level and the control automatically generates the hierarchy recursively. It would be an interesting enhancement for a future release of the XamTree.
We thank again,
Jaimir G.
Hi Jamir,
I just wanted to let you know that I just posted a blog that demonstrates how to add the third level of data to the XamTree. The blog also shows how to work with recursive trees.
https://es.infragistics.com/community/blogs/b/curtis_taylor/posts/control-monster-explores-multi-level-xamtrees-part-ii
The blog includes the sample source code as well.
Let me know if this works for you.
Thanks!
Hi Curtis,
Thank for your response.
We are working in vs 2010.
Yes, I will post that as soon as I am able. Do you prefer Visual Studio 2008 over 2010?
I tried your example "MultiTree". In SampleDataSource.xaml only have two leves, then i added a leve more. But it didn't work.
My ig version is 10.2.20102.1029 and my project is SL 4.0
Please, ¿Can you upload an example with three or more levels?
Thanks