在 Winforms DataGridView 中编辑业务对象
是否可以编辑作为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,可以查看 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.