How do you set the value of an UltraCombo’s active row?
New DiscussionI 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.
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
11 Created On
May 07, 2008 Last Post
17 years, 10 months ago