I have a DataGridView with a binding source. Usually the binding source won't pick up any records and the DataGridView will be blank.
The user can open up a separate form to select a value to be entered into the DataGridView's first cell (within the first empty row).
This works perfectly, they can double-click "Martha Williams", and the DataGridViews newest row, first cell, will be populated with "Martha Williams".
BUT, after the user does this, if they click in a cell (same cell or different), the "Martha Williams" text disappears.
Does anyone know why this would be happening?
The user can open up a separate form to select a value to be entered into the DataGridView's first cell (within the first empty row).
This works perfectly, they can double-click "Martha Williams", and the DataGridViews newest row, first cell, will be populated with "Martha Williams".
BUT, after the user does this, if they click in a cell (same cell or different), the "Martha Williams" text disappears.
Does anyone know why this would be happening?