0

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

1 Answers1

1

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

Check this fiddle.

Sergey Novikov
  • 4,096
  • 7
  • 33
  • 59