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
Asked
Active
Viewed 565 times
0
-
@gioalexiou can u please help me over here? – Haseeb Liaqat Jul 21 '17 at 05:53
1 Answers
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
-
yeah man you totally got my point that is exactly what i want <3 – Haseeb Liaqat Jul 21 '17 at 09:05