Search code examples
extjsgridrowediting

ExtJS4 : Rowediting


Currently I have some columns in my Grid, which are given a value on the server. (update_datetime for instance). When I update a row on the client, the columns which are assigned a value on the server are not updated (they remain as is). Is there a way (which does not require a reload of the entire store) to incorporate the changes ? The result from the server does give back all the latest column details.

--I'm a bit new to extjs, so I think it's a pretty basic question.


Solution

  • You will need to sync the store with server with StoreWriter.

    This link might be useful to you -

    Updating database with Ext Store Writer - ExtJS 4.2