Hi,
I would like a cell to be the mix of two styles - DropDown and EditButton. That means the cell should have a text box and two buttons - the drilldown button (...) and the dropdown. Is that possible?
Thanks,
Vitaly
Hi Vitaly,
You do not have to build a custom control, you can do this with an existing editor control. Use either an UltraComboEditor or UltraCombo control. Use the ButtonsRight collection to add any buttons you want, in addition to the dropdown button. Then set the EditorControl property of the grid column to the UltraComboEditor or UltraCombo.
Hello,
I am using the same editor to accomplish the exact same thing in my grid, however I was wondering why once you have added the Edit Button to the combo editor its displays itself before the drop down button. Is there a way to make the edit button display to the right of the drop down button?
Adrian