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

Grid in offline

1 Answer 109 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Projects Computerra
Top achievements
Rank 1
Projects Computerra asked on 23 May 2012, 12:10 PM
Hello,

We need to create a grid using kendoui as kendoui gives output in html5 and works in offline mode.

Please suggest us documentation, videos by which we can get idea about grid development which works in offline mode.

Please check our requirements as below.

We need to develop a grid which at first time bind data from datasource but once when message received need to
update grid by adding rows to grid.

We are using signalR to acknowledge the browser regarding data received.

Also when user is in offline mode,  need to acknowledge user regarding offline and once when user be on line, update
grid with all data available from server.

Please suggest us how should we go to accomplish this.

Thank you

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 25 May 2012, 09:46 AM
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!
Tags
General Discussions
Asked by
Projects Computerra
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or