Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

355
Views
How can i set a node as selected in Kendo Treeview?

I am finding a node in the treeview by id and then by uid and setting it as selected , but the selected node is undefined ?

here is my code so far:

            id_node_to_select = Id <---that is a property on the node object
            var treeview = $("#mytree").data("kendoTreeView");
            var getitem = treeview.dataSource.get(id_node_to_select);
            treeview.findByUid(getitem.uid);
            var selectitem = treeview.findByUid(getitem.uid);
            var node = treeview.select(selectitem);   <--- this is undefined ?

How can i do this ? Also I am adding a parent node to the grid and then gettting that parent and adding a child , all from reading a jsn string. Surely there must be and easier way by setting children on the schema like kendo grids ?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!