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

GridGroupingControl - Group Header Row Issues

Dear Syncfusion,

We are using V 4.2.0.37.

When GGC is grouped by columns, and user click/right click on any group header row, we dont want record selection change.

And also, when we left click, this selection is taking lot of time. We dont know why itz taking that much time.

How can we solve these? Can you please help..

Rgds
Rajani Kanth

1 Reply

AD Administrator Syncfusion Team September 21, 2006 12:58 PM UTC

Hi Rajani,

There is a property that controls this behavior of which mousebutton can select cells. Try the below code

this.grid1.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;

This should prevent the right button from affecting any selections.

Please let me know if this does not handle things for you,

Thanks,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon