Hi,
We don't have any specific resources to point you to regarding offline development. However your requirements could be achieved by using the Kendo DataSource API. For example you can add records to the data source using the add method. You can push the records to the server using the sync method. And you can update the datasource with server data by calling the read method. You can find the full documentation of the data source here: http://www.kendoui.com/documentation/framework/datasource/methods.aspx
Greetings,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!