AD
Administrator
Syncfusion Team
July 23, 2004 09:48 AM UTC
Here is some code to try to see if this is what you want.
Point gridPoint = this.gridControl1.ViewLayout.RowColToPoint(someRow, someCol, false);
Point screenPoint = this.gridControl1.PointToScreen(gridPoint);
Console.WriteLine("{0} {1}", gridPoint, screenPoint);