Disable the cache buster thing for the edit grid?
// create the Data Store
var store = new Ext.data.Store({method: 'POST',
// load using HTTP
url: '$xmlsource',
// the return will be XML, so lets set up a reader
reader: new Ext.data.XmlReader({
// records will have a "plant" tag
record: 'element'
}, Plant),
sortInfo:{field:'id', direction:'ASC'}
});
hint: it needs a proxy.
#If you have any other info about this subject , Please add it free.# |