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
540
Filling UltraComboEditor via valuelist
posted

Hi

I have a value list filled from a data source. Is there a way that an UltraComboEditor can take its items from this valuelist via code?

Thanks

Regards

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    The ValueList property of the UltraComboEditor control is settable in the latest version. So you can simply set the UltraComboEditor.ValueList property to your ValueList.

    This feature was added recently, in the last couple of years, I think. So if the property is not settable on your control's, then you are probably using an older version of the control, in which case you would have to update to a newer version.

Children
No Data