PDA

View Full Version : EditGrid



var1en
16 Apr 2007, 7:59 AM
How to save EditGrid ?

jack.slocum
16 Apr 2007, 12:36 PM
You can grab the modified records for the grid with yourStore.getModifiedRecords(). Your could comprise a JSON object from these records, send it to the server and then commit or reject them to update the grid. commitAll/rejectAll on the store and commit/reject on individual records. Al lthese functions are documented.

Before doing that I would recommend searching the forums. There are many posts regarding saving a grid and few different approaches. If you could up with one you'd like to use and have questions about it, I'd be happy to help.

var1en
16 Apr 2007, 12:39 PM
Sorry, search this information in Grid section. :(