使用 MVC 母版页的 Radcontrol
我无法在具有 MVC 模式(MVC Framework 3.5)的母版页中使用 RadMenu 控件?
我该怎么做呢?
I cannot use RadMenu Control in master page with MVC pattern (MVC Framework 3.5)?
How can I do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,任何依赖于 ViewState 的第 3 方控件(大多数都这样做)将无法使用 .NET MVC 框架工作,因为 ViewState 只存在于 WebForms 范例中。
我会检查 JQuery 插件,看看是否能找到满足您要求的插件。
http://plugins.jquery.com/
应该说的是不使用ViewState的服务器控件但仍然会起作用。
Unfortunately any 3rd Party controls that depend on ViewState (which most do) will not work using the .NET MVC Framework as ViewState only exists in the WebForms paradigm.
I would check the JQuery plugins to see if you can find one which meets your requirments.
http://plugins.jquery.com/
It should be said that server controls that don't use ViewState will still work however.