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

how to get Windows explorer like treeview in Kendo ui web

2 Answers 357 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
monty
Top achievements
Rank 1
monty asked on 14 Jan 2014, 09:14 AM
Hi,
 My requirement is  windowsexplorer-like-treeview  as explained in this  tutorial .Can you help me to do it in  Kendo ui Web .We are using Java and kendo ui web.
I need to show  hierarchy structure at left side  and upon clicking  the files inside the sub-folders  I Need to display the file content in the right side.
As I am new to kendo ui  Kindly suggest me   with a demo and it would be a great help.

Thanks in Advance.
Winds

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 15 Jan 2014, 08:18 AM
Hi Monty,

The following demo shows how to use the Kendo UI TreeView with images (e.g. folder and file icons):

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

The following demo shows how to attach and use TreeView event handlers (e.g. for selecting and opening a folder):

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

In case you will be using remote data, you may want to disable load on demand, so that all items are loaded. This will speed-up expand performance.

http://docs.kendoui.com/api/web/treeview#configuration-loadOnDemand

http://demos.kendoui.com/web/treeview/remote-data.html

For any other TreeView-related functionality, please refer to the other demos and documentation.

Please avoid posting duplicate forum threads and support tickets.

Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
monty
Top achievements
Rank 1
answered on 22 Jan 2014, 05:39 AM
Hi Thanks for your reply..what I expect is the control flow for the program..I accomplish this using this link
Tags
TreeView
Asked by
monty
Top achievements
Rank 1
Answers by
Dimo
Telerik team
monty
Top achievements
Rank 1
Share this question
or