Completed
Last Updated: 30 Mar 2015 16:46 by ADMIN
SUNIL
Created on: 30 Mar 2015 15:15
Category: Kendo UI for jQuery
Type: Feature Request
1
OffLine Mode for Kendo UI
Since ListView control is very often used for database oriented apps on mobile phones, it would be a great feature where a user could edit data in an offline mode, and then whenever Wifi connected is made by the mobile phone, an automatic sync takes place.

This would be a top-of-the-line feature in my opinion that is not found in any other controls I have seen, and since you guys have already implemented offline mode for Kendo UI Grid, this might be quick and easy to implement.
1 comment
ADMIN
Telerik Admin
Posted on: 30 Mar 2015 16:46
The offline data storage feature is not bound to a specific Kendo UI widget, but it is rather part of the Kendo UI DataSource functionality:
http://docs.telerik.com/kendo-ui/framework/datasource/offline

Hence you should be able to use it with any widget (including the ListView) which is bound via the Kendo UI DataSource and supports data editing.