Refresh of DataGridView cell

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top