There’s a problem when editing the DataGridView.
Problem: The pencil glyph icon in edit mode wouldn’t go away. Here’s the situation and the solution.
Solution: If the property Virtual is set to false the glyph will go away, period.
Even after doing this, a call to the EndEdit() function wasn’t required to make the glyph go away even [...]
Filed under: C#, Programming | 1 Comment »


