Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataGridView Cell Text Disappears

Status
Not open for further replies.

plocks

Programmer
Aug 26, 2011
16
0
0
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top