Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1500
ColumnStyle.DropDown | ColumnStyle.EditButton
posted

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 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    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.

Children