thanks, i will try it...
currently i use my own provider without buffering. While reading your code i found a little problem:
Code:
me.store.find('name', name), row;
should be
Code:
me.store.findExact('name', name), row;
i spent a lot of time to find a bug in my provider which overwrite a custom state id. I use following states:
ext-dashboard-portalpanel-1057
ext-dashboard
When using this this kind aof states store.find give the wrong position when searching for 'ext-dashboard'...
Bye, Dumbledore