Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
12308 | Mar 25,2004 05:59 PM UTC | Mar 25,2004 10:20 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void gridControl1_CurrentCellChanged(object sender, System.EventArgs e)
{
GridCurrentCell cc = this.gridControl1.CurrentCell;
Console.WriteLine("change in ({0},{1})", cc.RowIndex, cc.ColIndex);
}
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.