In my application, I am using two ExtJs grid. One contains department ID's and when any row is selected in the first grid, the second grid is populated with department details based on selection in the first grid. I am using two normal ExtJS grid and every thing is working fine.
Now for one of the department (Department 10), I want to show grouped grid in the second grid.
My question is, is it possible to use same grid for grouping as well as normal grid.
Thanks