使用弹出网格模式使用 Telerik 网格在编辑/添加操作中执行自定义

发布于 2024-09-24 22:05:40 字数 212 浏览 11 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

娇柔作态 2024-10-01 22:05:40

该网格使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文