GGC lose multi selection when right click

hi,

When I select multiple lines (in one time) in my gridgroupingcontrol, then rightclick, I lose my selected items. This is not happening when I use the ctrl-button...

Can someone help me or is there already a topic about (I din't find any)

Thanks,

Wim


1 Reply

NA Nisha Arockiya A Syncfusion Team January 8, 2009 12:08 PM UTC

Hi Wim,

Thanks for your interest in Syncfusion Products.

There is an Options property setting that controls which mouse buttons select/unselect cells. The default is for either button to select/unselect cells. To only allow the left button to select/unselect cells, try:


this.gridGroupingControl1.TableControl.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;


Please let me know if this serve your needs.

Regards,
Nisha.


Loader.
Up arrow icon