Selection on right-click

Is there a way to get a grid to actually select a row on right mouse click? The row gets highlighted but the underlying selection does not seem to change. I''d like both mouse buttons to select the row. Thanks!

1 Reply

AD Administrator Syncfusion Team June 13, 2005 05:02 PM UTC

Try setting grid.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left | MouseButtons.Right; This should make the left and right buttons behave the same when it comes to selections.

Loader.
Up arrow icon