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.
|
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.
| |||
|
feedback
|
|
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 ;-) | |||
|
feedback
|