One of my application need to reload the JsonStore dynamically with a different URL, after searching around and take quite a long time, I finally solved the problem. So here is the cure
store.proxy.conn.url = ‘/a/different/url/’;
store.reload();
Easy, isn’t it!
