New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
this.gridDataBoundGrid1.ForceCurrentCellMoveTo = true;
to the bottom of Form_Load, and then the CurrentCell.MoveTo in TextBox_Changed worked as expected.
Also, if you want to initially see the selected row in the grid, you can also add a
this.gridDataBoundGrid1.CurrentCell.MoveTo(1,1);
in FormLoad as well.