Current column

Is there a way in the mouseup event to know which is the current column? Thanks.

1 Reply

AD Administrator Syncfusion Team February 12, 2003 04:29 PM UTC

The CurrentCell coordinates are at grid.CurrentCell.RowIndex and grid.CurrentCell.ColIndex. The coordinates below a given mouse point can be determined with PointToRangeInfo Stefan

Loader.
Up arrow icon