/*****************Add the following attributes to the gridpanel****************************** ********/
view : new Ext.grid.GroupingView({
showGroupName : false,
groupTextTpl : '{gvalue}:{text} ({[values.rs.length]} {[values.rs.length > 1 ? "closure" : "closure"]})',
showGroupsText : "ddd"
})