Tstringgrid: cursor at a specific cell?

Hi,
My form has a stringgrid with 1 fix col and 1 fix row.  On form show, I
want the cursor flasing at the [col=1, row=1], which is the first
editable cell.

I detected the location the cursor is at by using:

 Label1.Caption := 'The cursor is in column ' +
    IntToStr(StringGrid1.Col) +
    ', row ' +
    IntToStr(StringGrid1.Row);

The values [col = 1, row = 1], but I still don't see the cursor. Does
anybody knows why?

Thank you in advance,

Sent via Deja.com http://www.deja.com/
Before you buy.