Добрый день!
Есть работающий Store :
var store = new Ext.data.Store({
url : 'http://mysite.ru/index.php',
remoteSort: true,
reader: new Ext.data.JsonReader({
root:'rows',
totalProperty: 'total',
id:'tid'
}, tid,DeliveryType_id,Transaction_id)
});
Если заменить в url на адрес удаленного сервера, то перестает работать. Есть ли решение проблемы?