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