AD
Administrator
Syncfusion Team
August 10, 2005 01:28 PM UTC
Try using this code in your button handler:
grid.Focus();
grid.CurrentCell.MoveTo(1,1);
LF
Liliana Faerman
August 10, 2005 01:40 PM UTC
Thsnks Clay
>Try using this code in your button handler:
>
>grid.Focus();
>grid.CurrentCell.MoveTo(1,1);
>