使用弹出网格模式使用 Telerik 网格在编辑/添加操作中执行自定义
我在 MVC 中有一个应用程序,其中我使用 telerik grid 来显示记录。我正在使用它的实体模型。 在编辑和添加操作的情况下,我想使用弹出模式,但我无法执行任何自定义:在编辑模式下隐藏任何列,使某些列不可编辑,显示正确的验证消息并维护编辑模式,添加任何自定义除了数据库表之外的字段。
请为我提供使用 Telerik 网格中的弹出窗口在编辑/添加操作中执行自定义的方法。 谢谢 苏普里亚
I have an application in MVC in which i am using telerik grid to display the record.I am using the entity model for it.
In case of edit and add operation i want to use the popup mode but i am not able to perform any customization:Hiding any column in edit mode,make some column uneditable, showing the proper validation message and maintaing the edit mode ,adding any custom field apart from the database table.
Pleas provide me the way to perform customization in edit/add operation using popup in telerik grid.
Thanks
Supriya
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该网格使用 ASP.NET MVC 编辑器模板作为其弹出编辑器表单。您可以检查 Brad Wilson(来自 Microsoft ASP.NET MVC 团队)的这篇博客文章展示了如何为您的对象创建自定义编辑器模板。
The grid is using ASP.NET MVC editor templates for its popup editor form. You can check this blog post by Brad Wilson (from the Microsoft ASP.NET MVC team) which shows how to create a custom editor template for your object.