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
255
WinCombo Setting value to unbound column or to a combination of 2 columns
posted

Hey

is there a way to set value (key) in win combo to an unbound column or to a combination of 2 columns

 

thanks 

Alex

  • 469350
    Offline posted

    Hi Alex,

    By value here, I think you are talking about the ValueMember property. You can assign the ValueMember to any column in the UltraCombo - it doesn't matter if the column is bound or unbound. 

    You cannot assign the ValueMember to two columns. But what you could do is add an unbound column and populate that column with the combined values from two (or more) other columns. The InitializeRow event is a great place to do this. And then you could, of course, use this unbound column as your ValueMember (or DisplayMember).