Hi there I use an infragistics winComboBox where when you click the drop down it shows the DisplayMember and the ValueMember columns.
I am wondering if there is some way to show the DisplayMembmer and the ValueMember even when the drop down list is not being shown.
That is, it would appear in the text box of the UltraCombo Control....
I hope this makes sense thank you.
Thanks for the response.
Yes this was the solution we were going to implement but I wanted to ensure the control did not include this.
Since the Combo does have the ability to show both when you drop the droplist we thought maybe there was a way to show when it was not dropped.
Thanks for clarifying.
Hi,
The idea behind ValueMember and DisplayMember is that the user only sees the DisplayMember. So there's no way the Combo can show both at the same time.
But, the DisplayMember is entirely up to you. So if you want the display text in the combo to include the Value, as well as some additional text, why don't you assign the DisplayMember to a field that contains a single string that includes both?