Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
12072 | Mar 21,2004 11:01 PM UTC | Mar 22,2004 07:28 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void gridControl1_QueryNextCurrentCellPosition(object sender, GridQueryNextCurrentCellPositionEventArgs e) { GridCurrentCell cc = this.gridControl1.CurrentCell; if(e.Direction == GridDirectionType.Down && cc.ColIndex == this.gridControl1.ColCount && cc.RowIndex == this.gridControl1.RowCount - 1) { e.Handled = true; e.Result = true; cc.MoveTo(this.gridControl1.RowCount, 1); } }
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.