I want to display the UltraComboEditor dropdown before any button added ButtonsRight collection. So that the dropdown button is the first button on the Right side.
Hello BB,
What you could do in this situation is to create a DropDownEditorButton at the first place in the ButtonsRight collection and on its click event to perform DropDown action of the control. Another approach would be to use CreationFilter but I think it is harder to go that road. Please let me know if you need any assistance with the implementation.
I wanted to know if you were able to solve your issue based on these suggestions or you still need help. Please let me know.
Hi Boris,
I have not tried your suggestion.However, I have question based on your suggestion.
If I add DropDownEditorButton as First button on the Right. I will have two dropdown button. Right? One for button I added and the original dropdown button from UltraComboEditor.
I forgot to mention that you could hide the default button by setting the 'DropDownButtonDisplayStyle' to 'Never'.
Please let me know if it works for you when you have the time.
Please let me know when you have the time to check this, I hope it helps.
Thanks for the information. I will try with suggestions and let you known how it goes.