在 RadGrid 中以编辑模式显示所有项目,并通过单击提交保存所有更改
我需要实现一个带有网格的网站,该网格以编辑模式显示我的收藏的所有项目,如下所示:
应用时应保存编辑后的集合。 在更改供应商组合框中的选择时,应显示下面相应的徽标。 (是否可以使用绑定而不是未绑定的代码隐藏实现来实现它?)
如何使用 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:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)