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
944
WinComboEditor
posted

Is it possible for me to have a WinComboEditor in one column of my Grid? I need to provide a Drop Down List of values for users to select from?

Many thanks
Jason

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Jason,

          Yes... but it's better to use an UltraDropDown, instead. What you do is put the UltraDropDown control on your form and bind it just like you would the UltraCombo. Set the ValueMember (and possibly the DisplayMember).

        Then what you do is set the ValueList property of the column in the grid to the UltraDropDown control. I would recommend doing this in the InitializeLayout event of the grid.  

Reply Children