AD
Administrator
Syncfusion Team
April 2, 2004 03:02 PM UTC
Did not try these as I do not have such a sample set up, but before calling grid.Focus(), you might try calling one or both of these.
this.ActiveControl = grid;
this.ActiveMdiChild = grid;
grid.Focus();