I like to set the proxy url dynamically before calling load() method of store as its like to append dynamic variable to URL can any oen help me out to achieve this
Just get proxy from your store and then change the url of that proxy.
var yourStore= Ext.getStore('storename');
var proxy = yourStore.getProxy();
proxy.setUrl("new Url");
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more