I am trying to use xamWebTree with hierarchical data tree as shown in following article.
http://devjitsu.com/blog/2010/04/23/hierarchicaldatatrees-with-a-custom-datasource/
I am not sure why it does not work it when I use xamWebTree as oppose to standard treeview in silverlight 4. It does show first level node but does not bind child elements. I would be great if there are any solution to it. Thanks
Hi,
Are you using our latest ServiceRelease (available in our product download section at our site)?
It is required to allow Silverlight4 support.
HTH,
Thanks Stoimen for quick reply.
I have applied Service Release but same result. I think I have to mention one thing here, I am using WCF RIA services for data. My table is as follow:
ElementID ElementName ParentID
1 Element1 Null
2 Element2 Null
3 Element3 1
ParentID is related to ElementID and my SL 4 treeview comes fine with child but not xamWebTree. It would be nice if you could download the sample code above and try to replace with xamwebtree. Asking a lot, Thanks