TAdvStringGrid selectionColor

Hello  ,
i only want that there is a selection rectangle on the row selected  and that the selectioncolor don't change the existing color

thanks DAVID

Please use:


AdvStringGrid1.ShowSelection := false;
AdvStringGrid1.SelectionRectangle := true;
AdvStringGrid1.SelectionRectangleColor := clred;

Thanks ,
But if want that the selection is in bold font is it always possible ?

There is not a property for this. You could implement the OnGetCellColor event for this to set it dynamically.