raj_plays
5 Feb 2010, 5:45 AM
Hi,
My grid is configured with a grouping store.
I need to change my grid's store to a normal store on the click of a button and back to grouping store on another click.
Is it possible?
The grid has ......
view: new Ext.grid.GroupingView({
groupTextTpl: '{text} ({[values.rs.length]} {[values.rs.length > 1 ? "Items" : "Item"]})'
})
but this will be needed only for a grouping store.
Please help.
My grid is configured with a grouping store.
I need to change my grid's store to a normal store on the click of a button and back to grouping store on another click.
Is it possible?
The grid has ......
view: new Ext.grid.GroupingView({
groupTextTpl: '{text} ({[values.rs.length]} {[values.rs.length > 1 ? "Items" : "Item"]})'
})
but this will be needed only for a grouping store.
Please help.