在 RadGrid 中以编辑模式显示所有项目,并通过单击提交保存所有更改

发布于 2024-11-06 15:21:19 字数 261 浏览 0 评论 0原文

我需要实现一个带有网格的网站,该网格以编辑模式显示我的收藏的所有项目,如下所示:

Grid 应用时应保存编辑后的集合。 在更改供应商组合框中的选择时,应显示下面相应的徽标。 (是否可以使用绑定而不是未绑定的代码隐藏实现来实现它?)

如何使用 RadGrid 来实现它?有没有比 ASP.Net 4.0 中带有 WebForms 的 RadGrid 解决方案更简单的解决方案?

I need to realize a WebSite with a grid that shows all items of my Collection in edit mode like this:

Grid
On Apply the edited Collection should be saved.
On changing selection in the Supplier combobox shoud show the appropriated logo below.
(Is it possible to realise it using a binding instead of unbound code-behind implementation?)

How to implement it with RadGrid? Is any simplier as RadGrid solution in ASP.Net 4.0 with WebForms?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

情绪操控生活 2024-11-13 15:21:19
  1. 关于从下往下的徽标,请尝试 自定义 radcombobox 显示 tex Icons
  2. 我自己正在寻找一种方法来配置而不是在“应用”上编写更新代码
  1. Regarding the logo from down, try a customised radcombobox showing tex with Icons
  2. I myself am looking for a way to configure and not code the update on 'Apply'
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文