CatFelix
2017-11-29T00:01:16Z
The attached file shows a form which contains 2 grids. If having selected a cell on the top grid, I select a cell on the second (or cause the focus to shift from the top grid in any way) the background colour of the cell that had been selected in the top grid does not return to the colour set for the cells on that grid - in the example yellow. How do I get the cells in the top grid to return to yellow when I move onto the lower grid.

2Grid_Sample.png

Click to View Image61 View(s)

Igor/10Tec
2017-11-29T15:42:07Z
When iGrid loses the input focus, the current cell is highlighted with the colors specified in the HighlightBackColorNoFocus and HighlightForeColorNoFocus properties. You can prohibit this behaviour by setting the HideSelection property to True.
CatFelix
2017-11-29T21:13:08Z