Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
6381 | Aug 11,2003 01:59 PM UTC | Aug 11,2003 06:13 PM UTC | WinForms | 2 |
![]() |
Tags: GridControl |
Point clickPoint = gridControl1.PointToClient (Cursor.Position);
int row, col;
gridControl1.PointToRowCol(clickPoint, out row, out col);
this.label1.Text = col.ToString();
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.