-
8 May 2012 1:37 PM #1
Unanswered: Where is Ext.ux.tree.TreeGrid
Unanswered: Where is Ext.ux.tree.TreeGrid
Hi, does Ext.ux.tree.TreeGrid still exist in Ext 4.x or is it replaced by the treePanel? I checked through the examples/ux folder, it is not there any more. The treegrid example provided is simply a treepanel with 3 columns configured.
thanks
-
8 May 2012 2:04 PM #2
It has been replaced by tree.Panel, this remark is in the treegrid example code (however it should read tree.Panel):
Code://Ext.ux.tree.TreeGrid is no longer a Ux. You can simply use a tree.TreePanel
-
8 May 2012 3:00 PM #3
Now you can use Ext.tree.Panel
-
9 May 2012 6:34 AM #4


Reply With Quote