开发者

Editing business objects in Winforms DataGridView

开发者 https://www.devze.com 2022-12-08 01:50 出处:网络
Is possible to edit properties of business object (开发者_Go百科one property, one column) binded as BindingList to Winforms DataGridView?

Is possible to edit properties of business object (开发者_Go百科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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消