aendo
27 Nov 2007, 7:42 PM
I have a GridPanel and can get modified records as Ext.data.Record[] using the Store's getModifiedRecords() method.
Now I'm trying to initialize a Store object with the array of Record to create another grid only with the modified records, but I'm not sure how I can initialize a Store object with an existing array of Record.
Can somedoby please tell me how to do it?
Thank you.
Now I'm trying to initialize a Store object with the array of Record to create another grid only with the modified records, but I'm not sure how I can initialize a Store object with an existing array of Record.
Can somedoby please tell me how to do it?
Thank you.