I can not find the forum for the ultradropdown so I decided the wingrid forum would be the most appropriate.
I have an ultratexteditor that while typing in displays an ultradropdown. just like to TO field in Outlook when sending an email(this is actually what I am trying to duplicate).
The outlook one has a button that allows you to delete the item, it also allows you to click the delete key to delete the highlighted item.
I can't find a way to add a button to my drop down grid nor can I find a way to catch the key down on the ultradropdown to see if the user is hitting delete.
Any help is greatly appreciated.
Hello soccer2d,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
Is what Mike suggested what you want? Or you want to have the buttons only when the cursor is over an element? Please let me know of your exact requirements and if you have any restrictions on what controls you want to use for this.
Hi,
Are you using a DropDownEditorButton? Or the UltraDropDown control?
Either way, what control are you dropping down? It seems to me that you will need to create your own control for the dropdown here and then you can place whatever buttons you want with the items. An UltraWinGrid with a single column and an editor button in the cell would probably work pretty well for the delete button. You could remove the grid lines and headers so it looks like a regular dropdown.