
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!
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
0
Hi Rutger,
Rosen
the Telerik team
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
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
Hello Rutger,
Rosen
the Telerik team
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
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