jQuery Grid Working Offline

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
CONSOLE LOG Clear log

Also available for:

API REFERENCE

Description

The Kendo UI for jQuery Grid enables you to work in an offline mode. You can edit, create, or delete Grid records while offline, persist these changes while disconnected, and then sync them when you are online again by using the Kendo UI for jQuery DataSource component which is the mediator between the component and the underlying data.

This demo showcases how to toggle the online and offline modes with a Kendo UI for jQuery Switch. To modify the online state of the Grid, use the dataSource.online method.

This Grid example is part of a unique collection of hundreds of jQuery demos, with which you can see all Kendo UI for jQuery components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Kendo UI for jQuery Dojo or ThemeBuilder.

Additional Resources