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

binding store procedure data to kendo ui grid view

3 Answers 214 Views
Data Source
This is a migrated thread and some comments may be shown as answers.
droldan
Top achievements
Rank 2
droldan asked on 24 Jun 2015, 09:19 PM
I want to develop an hybrid mobile app using kendo UI grid to display a resulset from an store procedure on a public SQL Server DB. I need to know which is the best approach and simplest for this. My SP uses two input parameters and returns 4 columns of data. This is for a kind of parcel tracking service. Thank you!

3 Answers, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 26 Jun 2015, 11:59 AM
Hi droldan,

Kendo UI DataSource uses jQuery.ajax to send and retrieve data from the server. The DataSource transport method configuration settings are passed directly to the jQuery.ajax.

Are you able to retrieve the data via jQuery.ajax request? If yes, please provide the jQuery.ajax configuration as well as a sample of the server response and I will help you to configure the DataSource.

Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
droldan
Top achievements
Rank 2
answered on 26 Jun 2015, 01:52 PM
I'm really new on thiis, if do you have a referrence for a sample I can use it will be great for me. Thank you
0
Alexander Valchev
Telerik team
answered on 30 Jun 2015, 07:25 AM
Hello droldan,

I am afraid that we do not have any samples that demonstrate how to retrieve data via jQuery.ajax as this question is not directly related to Kendo UI. My suggestion is to search for tutorials that explain how to configure this according to the server side technology that you use.

If you are able to retrieve the data via jQuery.ajax and still have troubles to use the same approach with Kendo UI DataSource, please provide the jQuery.ajax configuration and sample of the server JSON response and I will help you configure the DataSource.

Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Data Source
Asked by
droldan
Top achievements
Rank 2
Answers by
Alexander Valchev
Telerik team
droldan
Top achievements
Rank 2
Share this question
or