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

[Solved] MVC3 extensions v AJAX

1 Answer 83 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rob
Top achievements
Rank 1
Rob asked on 22 Aug 2011, 09:30 AM
I see that Telerik have two products that are of interest to me...

1) ASP.NET AJAX and
2) ASP.NET MVC Extensions.

From their web site, it would appear that the 2nd option (MVC) is not a port of the 1st option, but a re-write from the ground up, which makes me believe that you would typically pick one or the other?

I plan on creating a new MVC 3 project, therefore it would seem that option 2 is the best fit.

However, within my site, I do not want to round-trip to the server regularly after an entity is created, modified or deleted, therefore I need some AJAX capability.  Does the MVC Extensions provide some form of Ajax support, if yes, does it support JSON and/or XML?  

Additionally our services are currently written using 'WCF', so the initial page creation loads in to the model the results from the services, but when it comes to AJAX, are you aware how easily it is to use a WCF service to provide the data (are there any articles etc).

Thanks,
Rob.

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 22 Aug 2011, 02:08 PM
Hi Rob,

Yes, you could use the Ajax functionality that is embedded in ASP.NET MVC or jQuery's one - our components can work with both. More information on the subject is available in the documentation and the demos. For example you could check these demos:

http://demos.telerik.com/aspnet-mvc/grid/ajaxbinding
http://demos.telerik.com/aspnet-mvc/grid/webservice


Best wishes,
Georgi Tunev
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
General Discussions
Asked by
Rob
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or