Reputation: 15
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
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