Hi MilenaM,
You can check the below items to figure what the root cause is:
1. Check the DataGridViewTextBoxCell to figure out if it has a value.
2. Check the DataGridViewTextBoxColumn.DefaultCellStyle.ForeColor property to see if the fore color is the same to the back color.
3. Check if the CellFormatting event of the DataGridView is handler and some code cause the cell to be blank.
Could you please provide more information or a code snippet?
Regards,
Aland Li
Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.