Haseeb Liaqat
Haseeb Liaqat

Reputation: 15

How to Expand child nodes of tree list on click or dbl click on parent element?

The issue is that when I click on tree list parent element it does not expand like it expand on DoubleClick in tree panel. anyone can help me to find what should I do to achieve that?In this image when I click on parent node it does not expands like we can see here but it expands on here in treepanel

Upvotes: 0

Views: 648

Answers (1)

Sergey Novikov
Sergey Novikov

Reputation: 4196

You can set Ext.list.Tree.expanderOnly to false to allow expansion on click of any part of the element.

Check this fiddle.

Upvotes: 1

Related Questions