Hi,
I want to set the CellCheckVisible Property for every row in my Grid to "True".
For this I used the _RowDynamicFormatting method.
But there is a bug(?) with this when I combine the CellCheckVisible property with oForeColor or other font properties:
It only shows the checkbox for the first row. The other are only appearing after moving the mouse over the cell. And even the oForeColer or other properties aren't set. After scrolling through the grid they are appearing.
regards..