Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
5240 | Jun 25,2003 04:04 PM UTC | Jun 25,2003 08:18 PM UTC | WinForms | 3 |
![]() |
Tags: GridControl |
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.
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.