AdvStringGrid Row Select fixed column

Hi


I use the rowselect option in an AdvancedStringGrid with one or more fixed columns. When selecting a row the fixed columns cells are never highlighted. How do I highlight them to match the rest of the selected row?

I have seen your tip about setting the goDrawFocusSelected option but this has no effect. 

Do I have to draw the fixed columns manually - as I've done before with the resultant lag - or is there another way?

Bruce.

It is by design that selection is not displayed in fixed cells as the nature of a fixed cell is that it can't be selected.

You could use normal columns as fixed column and prevent that these can be edited by using OnCanEditCell.