Hi,
I am using UltraComboEditor for displaying data. I have a ValueListItem object with just one value.This value is one of the many values in the UltraComboEditor.Now I want to show the value in ValueListItem as a selected item in the UltraComboEditor.
Regards,
Faiz.
Hi Vince,
Thanks a lot.
Faiz
Set the Value property of your WinComboEditor to the Value property of your ValueListItem. This assumes, of course, that the Value of your ValueListItem is "equal to" the Value of a corresponding item in your WinComboEditor, as evaluated by the .Equals() method. I'm making no assumption that your ValueListItem is actually contained in your WinComboEditor's Items collection.