Editing business objects in 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.
精彩评论