Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
18980 | Sep 15,2004 03:38 AM UTC | Sep 15,2004 05:55 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
grid.ForceCurrentCellMoveTo = true; //may not be needed
grid.CurrentCell.MoveTo(1,3); //can also set activate options if you want using 3rd parameter
In addition to the above code, depending upon tab orders and parent controls on your form, you may have to make the grid the active control with code like this.ActiveControl = grid or calling grid.Focus() or something of that nature. But if it is just a grid directly on a form, the above is usually sufficient. 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.