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
299
Display Current User as Default Value
posted

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.

Parents
  • 45049
    Verified Answer
    posted

    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.

Reply Children
No Data