Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
4937 | Jun 10,2003 01:40 AM UTC | Jun 10,2003 06:15 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void gridControl1_CurrentCellMoving(object sender, GridCurrentCellMovingEventArgs e) { GridCurrentCell cc = this.gridControl1.CurrentCell; if(cc.MoveToRowIndex != cc.MoveFromRowIndex) { Console.WriteLine("entering new row"); //set e.Cancel to cancel the move } }
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.