Is there a simple way to set the active column and row of a flexgrid when you right-click? Since it only seems to set them itself with a left-click.

As it stands, I can loop through each col and row, and check the CellLeft and CellTop properties, along with the RowHeight and ColWidth to see if the mouse is within the cell, but to do this, the active cell must be changed in the loop, and it looks pretty awful. Not to mention that its time consuming as the grid gets bigger.