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
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.