AD
Administrator
Syncfusion Team
February 1, 2006 06:55 AM UTC
Hi,
Setting the this.gridControl1.SelectCellsMouseButtonsMask = ((System.Windows.Forms.MouseButtons)((System.Windows.Forms.MouseButtons.Left | System.Windows.Forms.MouseButtons.Middle))); will prevent the row from getting selected when it is right clicked.
Regards,
Calvin.
VA
va
February 2, 2006 03:52 PM UTC
Oh! I missed it and this was obvious. Thank you.