Hi,
We are looking to upgrade your application. Currently it uses:
Telerik.Web.Mvc Version 2011.3.1115.235 (Extensions)
Telerik.Web.UI Version 2013.3.114.35 (Telerik RadControls for ASP.NET Ajax)
The Telerik ASP.Net Ajax I can update using the Wizard tool however the Telerik.Web.Mvc Extensions is no longer supported.
I am wondering what is the best way to replace it with the current Telerik standard?
Thanks,
5 Answers, 1 is accepted
I recommend you to follow the guidelines for migration from Telerik MVC Extensions to Telerik UI for ASP.NET MVC available in our documentation here. They should help you modify your code accordingly to use the Telerik UI for ASP.NET MVC product going forward.
Regards,
Sebastian
Telerik

Hi,
Thank you for replying.
I am going over the Migration from Telerik MVC Extensions to Telerik UI for ASP.NET MVC. I just have a quick question about PartialViews: Please see code below:
ActionResult:
[GridAction]
public ActionResult ViewUserGrid(string userId)
{
userService service = userService();
userServiceCriteria criteria = new userServiceCriteria();
criteria.userId = userId;
IEnumerable<userSearchResultModel> list = service.ReadByCriteria(criteria);
return PartialView(new GridModel(list));
}
I am just wondering how this would be handled with the current Kendo coding. I haven't found anything yet while searching online.
Thanks.
All modifications that you need to apply for the grid when you migrate from the old to the new product are depicted in this documentation topic. The code snippet you provided in particular should not undergo changes.
Regards,
Sebastian
Telerik

Hi,
Due to the lack of interest in 'Migrating from Telerik Extensions for ASP.NET MVC' article, we have removed it. Nevertheless, you can find the content of the same article in the link below:
https://searchcode.com/codesearch/view/25734531/
I hope you will find it helpful.
Regards,
Neli
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.