Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
10824 | Feb 13,2004 01:09 AM UTC | Feb 13,2004 05:47 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
//in form load...
grid.ForceCurrentCellMoveTo = true;
grid.CurrentCell.MoveTo(1,1);
You might also try setting this.ActiveControl = grid to see if that affects anything.
Here is a sample of a grid in a panel on a form with readonly cells that seems to come up OK for me. Does it for you?
WindowsApplication10-1_3118.zip
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.