This is a migrated thread and some comments may be shown as answers.

Xml RadTreeView Winforms To Asp.NET

1 Answer 63 Views
Treeview
This is a migrated thread and some comments may be shown as answers.
Mathieu
Top achievements
Rank 1
Mathieu asked on 09 Sep 2014, 01:59 PM
Hello,

Here is my problem. I've an c# application and a website both with telerik's tools.

I've got a web page to create a radtreeview. The xml of this radtreeview is stored in my database and i'm using it to load in different pages.

I'm also using it to load a radtreeview in my c# application. 

What I need now is to allowed my customer to move nodes in the radtreeview (in my application, in the web it's working great), and save this new radtreeview (xml) in my database...

The xml is totally different between winforms and ASP.NET and my radtreeview is wrong in the web after i save the xml from my application.

Is there a fast solution to link RadTreeView from winforms and RadTreeView from asp.net ? 

Thanks,

Regards.

1 Answer, 1 is accepted

Sort by
0
Ivan Todorov
Telerik team
answered on 12 Sep 2014, 10:56 AM
Hi Mathieu,

Thank you for contacting us.

RadTreeView for WinForms does not support the same XML format as the ASP.NET version out of the box. However, you can easily create a few methods which manually load and save the nodes from/to XML using any format you desire. I am attaching a sample project which demonstrates this.

Hope this will help. Let me know if you need anything else.

Regards,
Ivan Todorov
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
Treeview
Asked by
Mathieu
Top achievements
Rank 1
Answers by
Ivan Todorov
Telerik team
Share this question
or