Winform datagridview selection is wrong after editing.
- by jparram
I am using a winform datagridview. The datagridviews datasource is a binding source. The gridview is using the CellEndEdit event to update the datasource. The datasource gets updated and the follwing property is set:
public List<Collection> Collections
{
set
{
…