开发者

Can we use the Rad Controls to use in Asp.net MVC?

开发者 https://www.devze.com 2023-01-28 00:49 出处:网络
I am using Asp.net mvc telerik Controlls in my application. Can we use RAD Controlls in my asp.net mvc? application?

I am using Asp.net mvc telerik Controlls in my application.

Can we use RAD Controlls in my asp.net mvc? application?

If not why so? what is the prob开发者_如何学JAVAlem we can not use those controlls in Asp.net mvcv?


You can't use those controls in an ASP.NET MVC application because they rely on ViewState and PostBack model, all notions that no longer exist in MVC. Also those controls use DataSources to bind their data. Data Sources are no-no in MVC.


Telerik does make some controls specifically for ASP.NET MVC, have you looked at those?

0

精彩评论

暂无评论...
验证码 换一张
取 消