Are there any third party controls out there for Razor Web Pages? I doubt you can use ASP.NET MVC controls that support razor, right? Is anything available that anybody heard of?

Thanks.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

you can use any kind of MVC controls, the syntax is different from aspx but this does not mean you can't use them. Those third party controls most likely are given you in forms of assemblies and with or without source code, the view engine used in the MVC views has nothing to do with the source code the controls are built from.

For example, DevExpress, Telerik and other MVC extensions are working fine in both Razor and ASPX.

if you are experiencing issues with any control on razor please name it and let's check ;-)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.