1
Answer

bind property to selected row from datagridview

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 ?


Answers (1)