We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Selection problem....

when I select multiple columns by holding control key it works fine, but when i right click on last selected column to see my context menu.
all other selections simply dissappears.
please see the attached solution.

thanks in advance.


multipleSelections0.zip

3 Replies

HA haneefm Syncfusion Team July 24, 2007 03:06 PM UTC

Hi Alia,

Please use the below property setting to prevent right click from affecting any selections. This will help you.

this.gridGroupingControl1.TableModel.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;

Best regards,
Haneef


AL Alia July 25, 2007 02:20 PM UTC

thanks haneef,
but problem is i am using gridcontrol, not gridgroupingcontrol.
gridcontrol does not have tableModel property.
what should i use for gridcontrol.

Regards.


AL Alia July 25, 2007 02:23 PM UTC

thanks,
i have found it. it was model property.

Loader.
Live Chat Icon For mobile
Up arrow icon