BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
int row, col; Point pt = new Point(e.X, e.Y); if(this.gridDataBoundGrid1.PointToRowCol(pt, out row, out col, -1)) { Rectangle cellRect = this.gridDataBoundGrid1.RangeInfoToRectangle(GridRangeInfo.Cell(row, col)); }