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

PHP and kendo UI

1 Answer 96 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Swarup
Top achievements
Rank 1
Swarup asked on 15 May 2012, 12:19 PM
HI all,

I want to have a webapp in android device where the app has to retrive the data from a database.I am uncertain about the process of retriving data through  the app using kendo UI.

Any help is appreciated..

Thanks,
Swarup

1 Answer, 1 is accepted

Sort by
0
Lee
Top achievements
Rank 1
answered on 24 May 2012, 03:49 PM
I am also using PHP and found that the easiest way was to use the DataSource component  which is part of the Web UI.  You therefore need to pull your data from the database, put into an array and convert into a JSON array so that the DataSource component can process this.

http://demos.kendoui.com/web/datasource/index.html

Hope this helps.  Took me a  while to get my head around it!
Tags
General Discussions
Asked by
Swarup
Top achievements
Rank 1
Answers by
Lee
Top achievements
Rank 1
Share this question
or