AD
Administrator
Syncfusion Team
September 24, 2004 09:32 PM UTC
You can try catching the grid''s Enter event and try calling grid.CurrentCell.MoveTo(1,1) to see if that will avoid this problem. If not, try catching the grid''s Leave event and call the grid.CurrentCell.MoveTo(1,1) there to see if that will avoid this problem the next time the grid gets the focus.