Hello,
I'm using a DataSource for my Combo Editor. I need an Image for each Item in the Combo Editor.Is there a way that lets me set the Image more comfortable?May be via a specified Image in the DataSource?
At the moment I'm using this:// Set the DataSourcethis.ultraComboEditor1.DataSource = someDataSource;// Set the Imagesforeach (ValueListItem item in this.ultraComboEditor1.Items){ item.Appearance.Image = someImage;}
Hi,
could anyone of the IG team be so nice to answer this post.
I'm looking for the same thing.
Cheers
No, there is no easier way to assign the image.