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

HELP - Data Source Kendo UI Mobile

1 Answer 131 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Larry
Top achievements
Rank 1
Larry asked on 01 Feb 2013, 07:33 PM
Hello, I am new to Kendo UI ( using the Mobile version at this second ) I am trying to wrap my hand around how to Store and Get data on a mobile device. Can someone point me to some samples?

is there a way to save the data to a SQLite database on the device - or even push that data to like a dopbox account or even skyrive?

Also the App will be compiled using PhoneGap - ( at least that's what I am thinking ).

Thanks

Larry Meadows

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 05 Feb 2013, 01:32 PM
Hi Larry,

By default the DataSource can work with local data (JavaScript array of objects) or remote JSON/XML data. If you want to read/write from SQLite database you have to use custom transport functions. For more information please check the second code snippet from the corresponding documentation.

This example demonstrates how to read, create, update and delete data from local WebSQL data base. Please use the same approach to implement a custom transport that suits to your requirements. Do not hesitate to contact me in case you encounter any troubles. 

Kind regards,
Alexander Valchev
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
Larry
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or