Let me tell you what I need first. I need the ability for the users to Un-Select an item in a DropDownList where the DropDownStyle = RadDropDownStyle.DropDownList. Programmatically, this is pretty easy, I can just do this in code SelectedIndex = -1. Now, that I know I can do this to un-select an item in the dropdownlist, next, I need to give the users the ability to also do this. My thought was to create a right click context menu that if there was a selected item, to give the user a prompt to clear the selection. I can't seem to get this to work. If there is a simpler way to do this, I would like an example. These dropdown lists are used for reporting, it would suck to have to tell the user to exit the form and reload it just to remove un-select an item in a dropdownlist.
Any help and/or ideas would be gratefully appreciated.
Thanks