E.g.
I have a ListGrid setAutoFetchData(false), trying to add some new records and have not save yet.
Meanwhile, another session is accessing the same DataSource as the above ListGrid, few new records are added and saved to the server.
Then the newly saved records are automatically appears in my unsaved ListGrid.
How to prevent that??
I have a ListGrid setAutoFetchData(false), trying to add some new records and have not save yet.
Meanwhile, another session is accessing the same DataSource as the above ListGrid, few new records are added and saved to the server.
Then the newly saved records are automatically appears in my unsaved ListGrid.
How to prevent that??
Comment