Hi,
I am using Ext.ux.tree.TreeGrid class for creating tree like grid. Everything is working fine. All nodes dynamically load from server-side.
I have two issues in tree-grid panel.
1. I can not add the column before the tree column. I can add the column after tree-grid. But in my project I required to add column before tree-column. ( example for column : http://dev.sencha.com/deploy/dev/exa.../treegrid.html : i.e. I can not move 'Duration' column before 'Task' column ).
2. I want the id of node on mouse-over event with this tree-grid.
Please let me know if any are genius in EXTJS
Thanks
Pratik