AD
Administrator
Syncfusion Team
October 20, 2004 03:01 PM UTC
Try using
Rectangle rect = this.gridControl1.RangeInfoToRectangle(GridRangeInfo.Cell(row, col)));
to see if this gives you what you need.
AD
Administrator
Syncfusion Team
October 20, 2004 04:43 PM UTC
Worked like a charm. Thanks