The grid doesn't correctly handle the bitmap snapshot that is taken, when you call a views BeginUpdate and the BorderWidth of the grid > 0.
To repeat do the following:
- On a form add a TcxGrid (usual dbtable in my case, nothing else set up)
- Add a checkbox and in the OnClick event do the following:
Delphiif <checkbox>.Checked then <view>.BeginUpdate(lsimImmediate) else <view>.EndUpdate;
Run and try checking/unchecking - everything is ok.
Now set the grids BorderWidth to something > 0 (the bigger the better effect!) and repeat the checking/unchecking. The image of the grid is dislocated inside the grid area - seems to be a double use of the borderwidth?
/Anders
You can circumvent the problem by using Margins instead, but I thought you should know :-)
Hello,
Thank you for your report. I have reproduced the described behavior. I have forwarded this issue to our developers for research.