Capture Mouse Right-click cell event

From previous messages, this must be a fairly easy thing to do, but I can''t find the answer. I want to intercept a click with the right mouse button as well as the left mouse button. Right now, the click event only appears to happen for the left mouse button.

2 Replies

AD Administrator Syncfusion Team November 10, 2004 08:03 PM UTC

Hi John, set grid.Model.Options.SelectCellsMouseButtonsMask = = MouseButtons.Left|MouseButtons.Right; Stefan


JH John Huschka November 10, 2004 09:08 PM UTC

Looks good. Thanks for your help. John >Hi John, > >set > > >grid.Model.Options.SelectCellsMouseButtonsMask = = MouseButtons.Left|MouseButtons.Right; > > >Stefan

Loader.
Up arrow icon