Hello I insert new record in a store by code like this : Record record = recordDef.createRecord(newRecord); extStore.insert(0, record);
how can i make this record modified ? because I need this record to be included in modified records when i invoke .getModifiedRecords() of the store. how to mark it modified without user interaction of this record. P.S. this store is used in grid which is editable. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
