Hello.
I have a little problem with a treeGrid.
I'm trying to disable the auto collapse of an expanded branch when the user extends a branch at the same depth.
I tried to set the singleExpand config to "false" but it doesn't work...
Any idea ?
Printable View
Hello.
I have a little problem with a treeGrid.
I'm trying to disable the auto collapse of an expanded branch when the user extends a branch at the same depth.
I tried to set the singleExpand config to "false" but it doesn't work...
Any idea ?
singleExpand is set to false by default for Ext.tree.Panel. Could you post a test case?
I found a singleExpand:true in my code...
My bad...