Hi I am looking for any tutorial or document about how to use telerik asp.net ajax controls with asp.net mvc views
thanks
Hi I am looking for any tutorial or document about how to use telerik asp.net ajax controls with asp.net mvc views
thanks
You need the Telerik ASP.NET MVC extensions. They have usage examples on their website.
Telerik makes purpose-built tools for ASP.NET MVC, as Robert noted. The Telerik Extensions for ASP.NET MVC have been built from the ground-up to embrace the MVC platform, meaning:
You can visit the online demos, or you can read more on Telerik.com:
This is by far the best way to build rich MVC Views, but if you are set on using the RadControls for ASP.NET AJAX in MVC, that can be done. The approach has drawbacks since the RadControls are built for WebForms, but you can find an example implementation here:
http://demos.telerik.com/mvc/Home/Help
Hope that helps.