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

binding grid to remote webservice

4 Answers 487 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rutger Buijzen
Top achievements
Rank 2
Rutger Buijzen asked on 16 Apr 2012, 04:01 PM
Hi,

Do you have a code sample that demonstrates how to bind a grid to a remote webservice (normal SOAP webservice)

http://demos.kendoui.com/web/grid/remote-data.html 

Thanks!

4 Answers, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 17 Apr 2012, 03:36 PM
Hi Rutger,

You may find a basic example of Grid widget integration with ASP.NET WebServices here.

Regards,
Rosen
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Rutger Buijzen
Top achievements
Rank 2
answered on 25 Apr 2012, 09:33 AM
thanks all the examples work with webservices that return JSON...

can kendo grid also be bound to normal SOAP XML webservice?

Are there any cross domain data issues when webservice and consumer are located on different domain?

thanks again
0
Rosen
Telerik team
answered on 25 Apr 2012, 02:27 PM
Hello Rutger,

Indeed, the JSONP  for  does not support XML, only JSON. Therefore, you should add support for JSONP to the service in order to use cross domain AJAX requests.

Greetings,
Rosen
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Richard
Top achievements
Rank 1
answered on 27 Apr 2012, 10:37 PM
Hi,

I am a newbee, so please excuse my ignorance.  New both to Kendo and MVC :(

I would like to try out your webservice CRUD example, but I am not sure how to get it into a VS 2010 solution. Normally, I would just add a project using an existing .csproj file.  I didnt see one, so I tried creating an empty MVC project, and copying your files, but things didnt synch up.

Can you hand hold me a little bit, and post some sort of step by step to getting this example working in a VS solution.
I'd really appreciate it.
Richard
Tags
Grid
Asked by
Rutger Buijzen
Top achievements
Rank 2
Answers by
Rosen
Telerik team
Rutger Buijzen
Top achievements
Rank 2
Richard
Top achievements
Rank 1
Share this question
or