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

KendoTreeview binding using TypeScript

1 Answer 60 Views
Sample Applications
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sandhya
Top achievements
Rank 1
Sandhya asked on 03 Feb 2016, 07:31 AM
Hi Telerik team,

We are using Kendo UI from you.

Looking forward a help from you for KendoTreeview binding using Typescript.

Grabbing data from DB using WCf and getting till the ApiController.(getting the result here)

Nee to pass the data from ApiController to typescript and from there to html page to bind the KendoTreeview.

KendoTreeview should bind as each treenode should have a image depends on the status.

Here is the resultset:

level  ID    Name   Status  QID   parentID
  1      1        AA        3          23     Null
  2      2        BB        3          24      23
  2      3        CC       3          25      23
  3      4        DD      3          26     24
  3      5        EE      3          27      25

Here First name is the Main parent
Second and third are the child parents.
Forth one child of first child parent
fifth one is child of second child parent.

Could you please help me with a sample code?

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 08 Feb 2016, 08:07 AM
Hello Sandhya,

It seems like your question is related to the Kendo UI Professional product but you posted in the Telerik Platform forums. To be able to get help with setting the Kendo UI TreeView, you should post in the Kendo UI forums or in the community boards like Stack Overflow.

Regards,
Tsvetina
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Sample Applications
Asked by
Sandhya
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or