我们可以在 Asp.net MVC 中使用 Rad Controls 吗?
我在我的应用程序中使用 Asp.net mvc telerik Controlls。
我们可以在我的 asp.net mvc 中使用 RAD Controlls 吗?应用?
如果不是为什么会这样?我们无法在 Asp.net mvcv 中使用这些控件的问题是什么?
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 problem we can not use those controlls in Asp.net mvcv?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您不能在 ASP.NET MVC 应用程序中使用这些控件,因为它们依赖于 ViewState 和 PostBack 模型,而这些概念在 MVC 中已不再存在。这些控件还使用数据源来绑定其数据。数据源在 MVC 中是禁忌。
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 确实专门为 ASP.NET MVC 制作了一些控件,您查看过那些 ?
Telerik does make some controls specifically for ASP.NET MVC, have you looked at those?