AD
Administrator
Syncfusion Team
April 29, 2003 07:55 PM UTC
I would think that in the same program, things would work consistently one way or the other.
You can force the current cell to cell 1,1 with code like this in formload.
grid.ForceCurrentCellMoveTo = true;
grid.CurrentCell.MoveTo(1,1);