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

How to Preserve multiselection

Hi, I am using GridControl.In MouseDown event of the grid i am showing Context Menu When Right Clicked.But if mutiple cells are selected and then right click the focus going to current cell. How to preserve the multiselection when showing context menu.If i use Shift + Right Click the its working fine.Can we do that without using shift key? Thanks Jitendra.

1 Reply

AD Administrator Syncfusion Team May 17, 2005 09:10 AM UTC

Try setting this property. this.grid.Model.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;

Loader.
Live Chat Icon For mobile
Up arrow icon