I have a simple 2-column RadComboBox which I'm using strictly as a dropdown listbox. It's generally working fine except I'd like to do one more thing with it. After an item is selected then the short Description text (ex. "228", "3900", "850", etc.) is shown in the RadComboBox after it collapses.
But what I'd like to do is display the related text as a suffix. So, for example, if the first item is selected then rather than just display "228", instead I'd like to display "228 (601-10101 / 4000)".
I tried doing this by setting the RadComboBox's Text property but this failed to achieve it. I then also tried setting the EmptyMessage property but that didn't work either.
Is there a way I can do it?
Robert
But what I'd like to do is display the related text as a suffix. So, for example, if the first item is selected then rather than just display "228", instead I'd like to display "228 (601-10101 / 4000)".
I tried doing this by setting the RadComboBox's Text property but this failed to achieve it. I then also tried setting the EmptyMessage property but that didn't work either.
Is there a way I can do it?
Robert