Questions tagged [kendo-treeview]

Kendo UI TreeView widget displays hierarchical data in a traditional tree structure. It supports user interaction through mouse or touch events to perform re-ordering operations by using the drag-and-drop functionality.

The Kendo Treeview is a Javascript-based control that displays hierarchical data in a traditional tree structure. It supports user interaction through the mouse or touch to perform re-ordering operations via drag-and-drop.

References

Related tags

515 questions
0
votes
1 answer

Problems in Kendo UI TreeView expand icon

I am using Kendo UI treeview to display certain data dynamically. I have no issues with the data loaded. But found one scenario which is as follows When I click on the expand icon to the left of the node(which has a child node), the expand icon and…
mick_000
  • 69
  • 3
  • 9
0
votes
1 answer

KendoUI treeview: remote data issue

I have a KendoTreeview. I am using MVC4 and the latest from KendoUI. I am also using sql server and C# Let's say I have a database called "MyDB" and a single table in that database called "Products". Table "Products": ID -- int -- pk Name --…
pookie
  • 3,796
  • 6
  • 49
  • 105
0
votes
2 answers

Kendo UI Treeview Sprite-Altering Template

I have a kendo Treeview bound to a remote hierarchical datasource(JSON file). I want to add sprites next to each one of the nodes according to what the node is.If the node doesn't have children then I want it to have the "file" sprite,if the node…
CipherDarkness
  • 214
  • 1
  • 8
  • 18
-1
votes
1 answer

How to apply filter on remote data

I am stuck on an issue on kendo-treeview angular. In static data filter is working but on remote data filter is not working. https://www.telerik.com/kendo-angular-ui/components/treeview/data-binding/#toc-remote-heterogeneous-data
Shubham Joshi
  • 22
  • 2
  • 4
-1
votes
1 answer

search and remove empty parent nodes in kendo tree

I am trying to simply detect and remove some empty parent nodes in my kendo tree. When i console log my tree, i.e. console.log(pf); I see a hasChildren property - so it must be possible... Btw.. I am trying to create a function to reevaluate the…
Dr Upvote
  • 8,023
  • 24
  • 91
  • 204
-1
votes
1 answer

How to change title (tooltip) from kendo ui datepicker without jQuery

i'm using Kendo ui and i use datepicker but i want to customize title (tooltip), exactly i want to change the text from 'togle calandar' to 'calendrier' this is a photo of my componenet: my datepicker with tooltip can someone help me please ?
-1
votes
1 answer

How to give multiples data in Kendo Treeview template

i am new to kendo UI i want to add id for kendo tree view elements with help of template. Here $("#tree-view").kendoTreeView({ loadOnDemand:false, dataSource: LOB, dragAndDrop:true, dataTextField: ["Name","NAME","Name"], …
-1
votes
1 answer

Example of kendo-ui / treeview with json

I want to generate a treeview with a data that I get through a procedure enter image description here This would become my json that generates me. enter image description here This way I bring my data, so I saw in example use a .json file that is…
-1
votes
1 answer

Loading records on demand in Kendo TreeView in MVC

I want to load records in Kendo TreeView on demand , when user reaches to the end of records list(for example - 20 records) and after that load next 20 records. This i want to implement in MVC, can anybody assist me on this.
-1
votes
1 answer

Kendo treeeview Drag and drop stop child nodes

I am trying to implement keno treeview... @(Html.Kendo().TreeView() .Name("treeview-left") .DragAndDrop(true) .Items(treeview => { treeview.Add().Text("Woods") .Expanded(true) …
Prasad Raja
  • 685
  • 1
  • 9
  • 37
-1
votes
1 answer

Tree View with Angular JS and Kendo UI

In my angular web I am using Kendo UI for representing tree view. Here is my html file.
Rose18
  • 2,892
  • 8
  • 47
  • 98
-1
votes
2 answers

Find the first span element with attribute treeid in a DOM

Find the first span element with attribute treeid in a DOM. I want to get the first treeid="1" value from span using li id="TreeView_tv_active"
  • Hemanth Bidare
    • 623
    • 1
    • 7
    • 15
  • -1
    votes
    2 answers

    How to get all children in kendo ui treelist?

    How can I get all the children for selected row in kendo ui treelist : I want to get direct children for Backframe that would be level 3 rows.
    Mahender Singh
    • 1,393
    • 3
    • 17
    • 23
    -1
    votes
    2 answers

    on single button want to post a form and also post data by ajax?

    I have make a one page in which I have used the KendoUI treeview control and its data is posted by an AJAX call, and there is also form data. Currently I have a separate buttons for the AJAX call and for posting the form, now I want to post form…
    Vinit Patel
    • 2,408
    • 5
    • 28
    • 53
    -1
    votes
    1 answer

    Kendo Tree View drag and drop with out loosing its source

    i am using Kendo UI Tree for the purpose of drag and drop between two trees. i am filling it using ajax call. now the issue is i can find the source and destination of the node when i moved any item from TreeViewA to itself but when i drag and drop…
    Syeda
    • 1,215
    • 11
    • 23
    1 2 3
    34
    35