I use a BindingList with the gridview and the ListChanged event.
Now when i try to delete the last row in the grid with the context menu the row is visually deleted in the grid but the BindingList's ListChanged event handler doesn't fire up so my BindingList does not recognize the deleting of the last row of the grid.
In other rows it works ok.
Greetings,
Ramius
Now when i try to delete the last row in the grid with the context menu the row is visually deleted in the grid but the BindingList's ListChanged event handler doesn't fire up so my BindingList does not recognize the deleting of the last row of the grid.
In other rows it works ok.
Greetings,
Ramius