Top "Kendo-treeview" questions

Kendo UI TreeView widget displays hierarchical data in a traditional tree structure.

Read selected node's values from kendo tree view?

I have a kendo treeview having a node with {id, value}. and I want to get selected node's id and …

javascript jquery kendo-ui kendo-treeview
How to programatically expand a node of Kendo treeview

I have a Kendo treeview that is built as below codes (see below). Each tree node has a unique data …

kendo-ui kendo-treeview
Cancel the update in inline kendo grid delete the row

I am using two kendo inline grid parent and child. child grid contains the list of products,when user select …

kendo-ui event-handling kendo-grid kendo-treeview cancel-button
how do I collpase and expand all tree nodes in a Kendo UI treeView based on a button click?

This is not working: <script type="text/javascript"> $('#btnCollapseAll').click(function() { $('#treeview').collapseAll(); }); </script>

javascript jquery kendo-treeview
How to programmatically select the root node of Kendo UI treeview

I am a Kendo UI newbie. My Asp.net MVC application has a Kendo UI treeview which is set up …

kendo-ui kendo-treeview
Pass additional parameter during Expand event for Kendo Treeview

I've got a Kendo Gridview on the same page as a Treeview. The Gridview contains rows of clients associated with …

asp.net-mvc razor kendo-ui kendo-treeview
Get updated Kendo Tree View data source

I am showing the tree view with a datasource but after dragging and dropping there will be changes and I …

kendo-ui kendo-treeview
how do I refresh a HierarchicalDataSource for a Kendo TreeView?

TreeView creation: function CreateNotificationTree(userId) { debugger; var data = new kendo.data.HierarchicalDataSource({ transport: { read: { url: "../api/notifications/byuserid/" + userId, contentType: "…

javascript jquery kendo-treeview
Remove Hover Styling on Kendo Treeview

I am trying to remove the hover styling on the kendoui treeview component so that when you hover over an …

css kendo-ui kendo-treeview
Kendo UI Treeview collapse all items and only expand current node

I have a situation that has been bugging me for some time. I have a Kendo UI treeview in my …

javascript user-interface kendo-ui kendo-treeview