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

[Solved] Convert ASP.NET AJAX to MVC

2 Answers 163 Views
Visual Style Builder
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Paul
Top achievements
Rank 1
Paul asked on 03 Sep 2010, 10:50 PM
Do we have to recreate the entire theme again if we have an ASP.NET AJAX theme and just want it to be the same setup for the MVC controls?

Thanks,
Paul

2 Answers, 1 is accepted

Sort by
0
Jason
Top achievements
Rank 1
answered on 04 Nov 2011, 08:44 PM
Is there any information whether this functionality exists or is planned?

I inherited an ASP.NET AJAX project that used the Visual Style Builder some time ago to create a custom skin; I'm now in the process of converting the project to MVC3.  The project requirements are pretty strict with regards to the look of the site not changing, so it would be extremely useful to be able to convert the custom skin from ASP .NET AJAX to MVC.

Thanks,
Jason
0
Dimo
Telerik team
answered on 07 Nov 2011, 02:15 PM
Hello,

Our RadControls for ASP.NET AJAX and Extensions for MVC use different HTML output, CSS classes and skinning mechanism. To be more specific, the MVC extensions use the so-called "primitives", i.e. different elements from different components share the same CSS classes and styles. In this way a single CSS file is responsible for the skinning of all MVC components, contrary to the way it is done in the ASP.NET AJAX suite.

That's why an easy custom skin conversion is not possible and you have to create your custom skins again.

Regards,
Dimo
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
Visual Style Builder
Asked by
Paul
Top achievements
Rank 1
Answers by
Jason
Top achievements
Rank 1
Dimo
Telerik team
Share this question
or