enjoyit
2016-04-27T13:10:48Z
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..
Igor/10Tec
2016-04-28T06:39:30Z
The RowDynamicFormatting event is intended only for dynamic setting of the colors and font for rows. Using it for other purposes may lead to unpredictable results or other side effects like yours.