Refresh of DataGridView cell

  • Thread starter Thread starter jens.ro
  • Start date Start date
J

jens.ro

Hello,

when I change the cell of a (data bound) DataGridView directly by
setting the 'Value' property of the cell, the cell is updated not
before I change the focus by clicking into another cell. I tried to
call methods like 'Update', 'UpdateCellValue', 'Invalidate' and
'InvalidateCell' just after setting the 'Value' property but nothing
helped.

What do I have to do in order to have the cell updated immediately?


Jens
 
Back
Top