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

CurrentCellStartEditing

Hi, I am trying to prevent the user from editing the cell programmtically. I handles this in the CurrentCellStartEditing and set e.Cancel = true. It works fine with edit box, but I am unable to prevent the combo-box cell type goes into edit mode. Is this the correct handler to use? thanks.

1 Reply

AD Administrator Syncfusion Team July 23, 2004 07:13 PM UTC

If you want to prevent the combobox from dropping, you can handle CurrentCellShowingDropDown and set e.Cancel = true there.

Loader.
Live Chat Icon For mobile
Up arrow icon