This is a migrated thread and some comments may be shown as answers.

RadGrid disconnected mode

1 Answer 35 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Anton
Top achievements
Rank 1
Anton asked on 14 May 2015, 02:37 PM
Is any option to use RadGrid in disconnected mode. So when user lost connection with internet(intranet), he can continue to work with grid - add new record, edit records. In html 5 appear such technologies like HTML5 Storage,Web Sql. Is it any way to interact with them?

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 19 May 2015, 07:43 AM
Hello Anton,

This is something that RadGrid could not support out-of-the-box. Nevertheless, you can try to use client-side binding as demonstrated in the following online demo and store the data in a local storage once the page and the data are initially loaded:
Once the connection is restored you can update your database, but you will have to ensure that no postbacks are initiated by the user.


Regards,
Konstantin Dikov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Anton
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or