This question is locked. New answers and comments are not allowed.
Hi all,
I need to build a treeview from mongoDB collection. To do so, I've setup a php webservice that's returning a json structure from the mongodb query.
Now I need to bind it to the RadTreeView... do you have any information or sample project that could help me ?
Thanks !
Franck
I need to build a treeview from mongoDB collection. To do so, I've setup a php webservice that's returning a json structure from the mongodb query.
Now I need to bind it to the RadTreeView... do you have any information or sample project that could help me ?
Thanks !
Franck
4 Answers, 1 is accepted
0
Accepted
Hi Franck,
Please take a look at the attached project as it demonstrates how to use RadTreeView and JSON. Give it a try and let me know if it works for you.
The sample is based on this online blog post: WPF Tutorial - Dynamic Data and the TreeView
Kind regards,
Kiril Stanoev
the Telerik team
Please take a look at the attached project as it demonstrates how to use RadTreeView and JSON. Give it a try and let me know if it works for you.
The sample is based on this online blog post: WPF Tutorial - Dynamic Data and the TreeView
Kind regards,
Kiril Stanoev
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Franck
Top achievements
Rank 1
answered on 01 Mar 2012, 10:45 AM
Hi Kiril,
Thank you for your answer and the sample project. It helped a lot.
I do have a problem with it though, compilation fails with error : "tag 'RadTreeView' does not exist in XML namespace 'http://schemas.telerik.com/presentation" ...
Do you know why ?
Thanks a lot for your help
Cheers
Franck
Thank you for your answer and the sample project. It helped a lot.
I do have a problem with it though, compilation fails with error : "tag 'RadTreeView' does not exist in XML namespace 'http://schemas.telerik.com/presentation" ...
Do you know why ?
Thanks a lot for your help
Cheers
Franck
0
Hello Franck ,
Petar Mladenov
the Telerik team
Please make sure that the Telerik.Windows.Controls and Telerik.Windows.Controls.Navigation assemblies are correctly added to your solution, then re-build. This should fix the mentioned issue.
Greetings,Petar Mladenov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Franck
Top achievements
Rank 1
answered on 05 Mar 2012, 03:00 PM
Hi Petar,
That's what I did but then I realized the problem came from the WPF part (which i missed).
It was no big deal.
Thank you for your help :)
Cheers
Franck
That's what I did but then I realized the problem came from the WPF part (which i missed).
It was no big deal.
Thank you for your help :)
Cheers
Franck