AD
Administrator
Syncfusion Team
June 2, 2005 08:31 AM UTC
Try setting this property.
grid.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;
AD
Administrator
Syncfusion Team
June 2, 2005 09:32 AM UTC
i set the below options,
after selecting 2 rows and i select context menu option, it selects few extra rows along with the original rows
>Try setting this property.
>
>grid.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;
>
AD
Administrator
Syncfusion Team
June 2, 2005 10:56 AM UTC
How do I see the problem you are having in this sample?
http://www.syncfusion.com/Support/user/uploads/GC_COntextMenu_2de66c59.zip
It sets a contextmenu to the grid and sets a couple of properties. For me, the selections do not change when the right-click is done.