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
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).