Giving a client such a quick and universal data access is a great feature of Kendo UI.
I fear, however, to let the client play too long with my data as this could corrupt my database if being fed back by different clients - can't lock the database for such long times.
Is there any chance to send back a note to the server (and maybe a push to all connected clients), that there are currently edited but unsaved data by a given client?
The next save action could probably remove that note. Nice to see that also Wordpress just implemented that feature last week...
I fear, however, to let the client play too long with my data as this could corrupt my database if being fed back by different clients - can't lock the database for such long times.
Is there any chance to send back a note to the server (and maybe a push to all connected clients), that there are currently edited but unsaved data by a given client?
The next save action could probably remove that note. Nice to see that also Wordpress just implemented that feature last week...