Hello,
I want to set active cell in a flexgrid conrol by code and not with a mouse click event.
I tried to set the col and row properties:
MSflexgrid1.row = 1
MSflexgrid1.col = 1
But this just has no efect.

Any pointers as well msdn pointers will be welcome.
Thanks.