Hey,
I am doing a lot of calculations to the grid through code and it is real slow if I don't use grid.beginupdate() & grid.endupdate(). However, when i call these I lose the edit of the selected cell. Oh well, so i store the current cell information and try to set it to edit after all the calculations have been done:
I am doing a lot of calculations to the grid through code and it is real slow if I don't use grid.beginupdate() & grid.endupdate(). However, when i call these I lose the edit of the selected cell. Oh well, so i store the current cell information and try to set it to edit after all the calculations have been done:
Me.gvRoomNights.Rows(_LastRowIndex).Cells(_LastColIndex).BeginEdit()
However this doesn't seem to work. Actually it never really loses edit, if you type it will edit. However, it doesn't look like it is in edit mode. For example, it is not white and no cursor.
Another,
When I call, grid.beginupdate() & grid.endupdate(), the gird loses all of its cell formatting as far as backcolor.
Thanks in advance
Eric