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

Telerik.Web.MVC Extensions

5 Answers 814 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ethel
Top achievements
Rank 1
Ethel asked on 09 Dec 2015, 05:04 PM

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

Sort by
0
Sebastian
Telerik team
answered on 10 Dec 2015, 09:28 AM
Hi Ethel,

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
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Ethel
Top achievements
Rank 1
answered on 10 Dec 2015, 05:31 PM

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.

0
Sebastian
Telerik team
answered on 11 Dec 2015, 09:02 AM
Hello again Ethel,

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
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
SALVADOR
Top achievements
Rank 1
answered on 22 Mar 2021, 03:22 PM
the documentation links are down, could you provide the correct ones ?
0
Neli
Telerik team
answered on 24 Mar 2021, 12:07 PM

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/.

Tags
General Discussions
Asked by
Ethel
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Ethel
Top achievements
Rank 1
SALVADOR
Top achievements
Rank 1
Neli
Telerik team
Share this question
or