Can I get Grid Cell X & Y ?

Is there a way I can get the selected grid cell location in x/y coordinates vice row/column? Ideally I would be using the cellclick event. Thanks. Tim

1 Reply

AD Administrator Syncfusion Team October 1, 2003 04:52 PM UTC

You could use grid.RangeInfoToRectangle(GridRangeInfo.Cell(rowIndex, colIndex)); Stefan

Loader.
Up arrow icon