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