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
462
How do you set the value of an UltraCombo's active row?
posted

I have a ultra combo box that has a datasource which is a collection of objects. The Valuemember is "ColorID" and the displaymember is "Name". When the form opens I always want the ultracombo to display the row with the "ColorID" of 26. What's the best way to accomplish this? I don't want to loop through all of the rows looking for the value member, i'd like to find the Infragistics equivalent of:

ColorsCombo.SelectedValue = 26

to put in my form load event.

Parents
No Data
Reply Children