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
1330
Show value all the time.
posted

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.

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    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?

Children