phillipL
28 Jun 2007, 11:45 PM
Hello,
I have a grid with a connected data store. Now I add a record to the store and add some data to its columns, so the record is stored also in the modified array. If I remove this record using the remove() method of the Ext.data.Store class the record still remains in the modified array of the store.
I think this behavior is a bug, because all modified records of a Store should be contained in the store.
Regards,
Phillip
I have a grid with a connected data store. Now I add a record to the store and add some data to its columns, so the record is stored also in the modified array. If I remove this record using the remove() method of the Ext.data.Store class the record still remains in the modified array of the store.
I think this behavior is a bug, because all modified records of a Store should be contained in the store.
Regards,
Phillip