There is the cell editing in grid example over here, and the TreeGrid example here.
Now I want that editable/add functionality, where one can add/edit in place, I want this functionality in the TreeGrid . Something like the TreeGrid examples here (these are for Ext GWT)
So first off, is it possible? I noticed that Ext.grid.Panel has plugin for cell editing but Ext.tree.Panel doesn't have any plugin.
Is there an alternative, or any other solution? Could point me to where I would start?