AD
Administrator
Syncfusion Team
December 3, 2003 07:57 PM UTC
I think the focus is probably in the grid, but it is on the top-left corner where you cannot see it. Hit the downarrow and leftarrow keys a couple of times, and I think you will see the currentcell move.
If you want to avoid this problem, in your FormLoad, go ahead and call this.grid.CurrentCellMoveTo(1,1). Then when you tab into the grid, I think you will see cell 1,1 get the focus instead of cell 0,0.