在 Winforms DataGridView 中编辑业务对象

发布于 2024-08-07 03:18:05 字数 135 浏览 8 评论 0原文

是否可以编辑作为 BindingList 绑定到 Winforms DataGridView 的业务对象的属性(一个属性,一列)?

或者我必须使用 DataSet 或 DataTable 吗?

我无法将单元格设置为编辑模式。

Is possible to edit properties of business object (one property, one column) binded as BindingList to Winforms DataGridView?

Or do I have to use DataSet or DataTable?

I'm not able to get a cell to edit mode.

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

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

发布评论

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

评论(1

め可乐爱微笑 2024-08-14 03:18:05

是的,可以查看 BindingList。

另外,Brian Noyes 所著的《Windows Forms 2.0 中的数据绑定》一书是一本优秀的参考书,CH9 专门讨论绑定自定义业务对象。

Yes it is possible check out BindingList.

Otherwise the book Data Binding in Windows Forms 2.0 by Brian Noyes is an excellent reference book CH9 deals specifically with Binding Custom Business Objects.

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