Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
8185 | Oct 24,2003 06:22 PM UTC | Oct 24,2003 09:57 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
int row;
int col;
Point pt = this.grid.PointToClient(Control.MousePosition);
if(this.grid.PointToRowCol(pt, out row, out col, -1)
{
//row and col will have the cell where the mouse is...
}
So, in the drop event, you can get the row using the above code.
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.