Simon Shirley

Results 2 issues of Simon Shirley

(Using WinForms and .NET Framework 4.8) I have a form with a number of controls on it, one of which is a DataGridView whose DataSource is linked to a BindingSource....

The DisplayMember value is lost when _internalSource.Dispose() is called. This fix branch temporarily stores the DisplayMember value and re-applies it after the call to _internalSource.Dispose() is made. Pull request for...