or
radDropDownList.DropDownListElement.TextBox.MouseDown += radDropDownListTextBox_MouseDown
) and then displaying our custom context menu. We attempted to do a similar workaround by subscribing to the KeyDown event of the textbox editor component of the RadDropDownList, but we are unable to suppress the context menu.
Is there a way (or workaround) for suppressing the cut/copy/paste context menu that is shown for the RadDropDownList textbox editor component (especially for the Apps key press)?
Thank you for any help and information you can provide.
Jeremy