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

filliing TreeView Object from asmx webservice.

1 Answer 66 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
E
Top achievements
Rank 1
E asked on 13 Feb 2013, 02:45 PM
Hello, I need to fill TreeView Object from asmx webservice.
The data must be:
Main
    DepA
         A
             A1
    DepB
        B
          B1
..............................................................
I don't need to get all data for tree creation for the first time.
I need append the nodes, from the webservice and 'refresh' the tree
The node must include the ID & Name.
How I must organize the WebServise? What format of data must be returned?
How I could append new node and recreate tree?

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 15 Feb 2013, 11:49 AM
Hi ET,

Basically how to bind the TreeView to a web service is covered in the documentation and in this demo

Please keep in mind that KendoUI is client-side framework and it is not related to server side technology. How the server side will be implemented depends on the different technology that will be used.

Kind Regards,
Petur Subev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
TreeView
Asked by
E
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or