TAdvStringGrid click effect on fixed cells

I don't know if this is already possible, but it would be nice to see a clicking effect when clicking on a fixed cell of TAdvStringGrid and TDB version. I mean on the same click effect like in a TListView when clicking on a header column.

Also, any new gallery or look styles for TAdvStringGrid soon?

set 
AdvStringGrid1.FixedAsButtons := true;

Please see the article: http://www.tmssoftware.com/site/atbdev3.asp
that explains how you can use the TAdvFormStyler /TAdvAppStyler to write your own style in the SetComponentStyle when using tsCustom.

Thanks!