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

how can I do treelist expanded without collapse option

1 Answer 123 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Ariel
Top achievements
Rank 1
Ariel asked on 18 Mar 2015, 01:38 PM
i have tree list with 'expanded: true'

i want this tree to stay expand all the time and to prevent the user collapse it.

i tried: expandable: false on first column but it doesn't work.

so, what can i do?

thanks!

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 19 Mar 2015, 12:44 PM

Hello Ariel,

You can prevent the collapse event by calling e.preventDefault() via the event arguments.

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