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

Tree nodes with multiple links

1 Answer 187 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
David Thielen
Top achievements
Rank 1
David Thielen asked on 10 Sep 2013, 04:56 PM
We need a tree where each node has the form “some text a link more text a second link more text [bitmap]”. And we need an event when the user clicks on either link or the bitmap, letting us know which node in the tree and which link was clicked. Is it possible to create a tree like this using your system?
  1. When the user clicks on of those links, at the point of the click we need to create an edit box with a drop-down tree (not list).
  2. Can your system identify where the link was click to place a control there.
  3. Is it possible to create an edit box with a drop-down tree. (If an element in the tree is clicked, it then populates the edit box with its text value.)
  4. Is it possible to place this edit/tree control over the tree at that point?
And if so, how?
thanks - dave

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 12 Sep 2013, 09:06 AM
Hello Dave,

The described scenario is best achieved with TreeView templates.

http://demos.kendoui.com/web/treeview/templates.html

In this way you will be able to gain flexibility with regard to item HTML rendering and manipulation, and also event attaching and handling. The TreeView items will act as containers and the whole custom logic will depend on your preferences.

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