jayeshpk1
13 Jun 2007, 6:51 PM
I am trying to get the grid as json record using the below code
var json = Ext.util.JSON.encode(partsDS.proxy.data);
I have added some records to the store partsDS using add method after the initial load. I don't see the new data I added to the partsDS in json.
Thank you.
var json = Ext.util.JSON.encode(partsDS.proxy.data);
I have added some records to the store partsDS using add method after the initial load. I don't see the new data I added to the partsDS in json.
Thank you.