I'd like to show a custom context menu when the user right clicks on an RadCheckedDropDownList item
What is the best way to do it?
I've tried setting the ContextMenuStrip property, as in:
dropDownList.ContextMenuStrip = contextMenuStrip1;
but both my custom menu strip and the default context menu appears. See the attached image