문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top