Disabled row

I have a list of tasks in TAdvStringGrid component and each task is in a separate row. I would like to show disabled task as disabled row. Is this possible? So far I use additional column with a picture for this purpose but maybe something like disabled row would be visually better..

Did you try to implement the event OnCanEditCell and set var param CanEdit = false for rows that are disabled?