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.
Up arrow icon