I am loading a store and filtering on store. So all filtered data are coming under each group. Now When I will clcik on a particular group, I want to clear the filter for that particular group so that I can get all records under that group.
Default: afterrender of grid using store.filter(somecondition). All groups are expanded
Want to collapse any group and when again I will expand at that time I want to display all records under that group.
Thanks for your help !!