S
Sin Jeong-hun
Hi.
Thank you for your answers as always. Today, I have encountered a
problem with DataGridView. I have bound a DataGridView to a list of my
objects. It displayed them all right, but when I have changed the
value of an object in the list, the DataGridView didn't instantly
reflected the change on its display. Only after when I resize the form
or minimise then maximise (that is, make the form redrawn), it updates
the display. It seems to have a manual update method like
UpdateCellValue, but I don't think this is a good approach. Maybe I'm
missing a good practice. Instead of directly changing the value of the
underlying datasource object, should I use some other way to change it?
Thank you for your answers as always. Today, I have encountered a
problem with DataGridView. I have bound a DataGridView to a list of my
objects. It displayed them all right, but when I have changed the
value of an object in the list, the DataGridView didn't instantly
reflected the change on its display. Only after when I resize the form
or minimise then maximise (that is, make the form redrawn), it updates
the display. It seems to have a manual update method like
UpdateCellValue, but I don't think this is a good approach. Maybe I'm
missing a good practice. Instead of directly changing the value of the
underlying datasource object, should I use some other way to change it?