Add text box/comments/notes to grid

I was wondering if there was any support for adding a "floating" text box to the grid.


e.g., a non-printable box that could be used to add comments or reminders by the user that sits onto of the advstringgrid.

If not can anyone point in the direction of may rolling an alternative?

did you check grid.AddComment()? 

Cheers, I will have a look.

My main problem has been the number of hours I am spending looking through the various components and samples - there is a lot to digest.

OK the addcomment is not visible unless there is a mouse over. I am looking for a text box that is always visible to the user on the screen and floats over a section of the grid.

it looks like I might be able to do it with static text label or similar