CB
Clay Burch
Syncfusion Team
September 19, 2002 08:15 PM UTC
You can get the currentcell rectangle and use the rectangle to get a point in the cell.
Dim rect As Rectangle = Me.DataGrid1.GetCellBounds(Me.DataGrid1.CurrentCell)
Console.WriteLine(rect.ToString())