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
close icon

stop showing dropdown list when right click the combobox

can we make the combobox show the dropdown list only when left click?

1 Reply

NR Nirmal Raja Syncfusion Team August 26, 2010 10:21 AM UTC

Hi Yuazhe,

Thank you for your interest in Syncfusion products.

Please specify the mouse button to left for the selection masking which avoids the drop down to pop up on right clicking the cell.

Please refer the code below:
this.gridGroupingControl1.TableModel.Options.SelectCellsMouseButtonsMask = MouseButtons.Left;

Let me know if you have any queries.

Regards,
Nirmal

Loader.
Live Chat Icon For mobile
Up arrow icon