wwdatagrid Selected row color
Everything moving along..thanks for help so far.. Im changing the colors of cells using OnCustomDrawCell
I.E..
If (CellAttributes.DataSet.FieldByname('Pieces').AsString ='') then cellattributes.BackColor:= TAlphaColorRec.Red
I assume thats right..
dbRowSelect is true, so now im trying to figure out to change the color of the SELECTED row.
Is there some property? or do I do it in this function? if so, is there some way to know programmatically if the row is seleced to react?
Please sign in to leave a comment.
Comments
3 comments