Is there any property and or other means by which the first cell can be tabbed into of a grid? By default my grid appears to gain focus but there is no way by which I can actually tab into a cell.
Hello, You can just add call perform action in order to get active cell to be in edit mode. First set the cell to be active. And the first event that respond to the activation of the Form is Form1_Enter.this.ultraGrid1.ActiveCell = this.ultraGrid1.Rows[0].Cells[1];this.ultraGrid1.PerformAction(Infragistics.Win.UltraWinGrid.UltraGridAction.EnterEditMode, false, false);I hope this helps.Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.