Hi Team
Maybe I've asked for it, not sure, can't find the thread, but would you please allow in Combo and in Grid to pass the store constructor directly. Since we import the store and constructor is there, it is overhead to pass a string so to be resolved.
In Combo we've patched already changeStore with
if (store.storeClass) {
store = new store.storeClass(store);
}In Grid more or less would be the same
Thanks
Vadim