bind property to selected row from datagridview
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, i have a Datagridview that shows a list of customers (List<customer>). Now i have a property named selectedCustomer. How can i bind the property to the selected row of my datagridview ? bye jo
I would use the selected item event to populate the customer object when it changes. AFAIK you can't bind a property, it is not a control.
Never underestimate the power of human stupidity RAH