Hi Everybody!
I have a MultiColumn RadComboBox (3 Columns) inside a GridTemplateColumn, and I'd want to use it's EmptyMessage Property only during insert mode. In fact, I'd like to replicate the RadComboBoxProduct's behavior in this Demo. I mean, when the Field is Required and we want to avoid the idea of inserting an empty item in CodeBehind .
Thus far, I've only got that behavior when the Field is NOT Required, inserting an empty item as first element, because if I don't do that, the first element is always selected during Insert Mode.
So, I'm wondering if it's possible to do the same thing illustrated on the demo?
Thanks!
I have a MultiColumn RadComboBox (3 Columns) inside a GridTemplateColumn, and I'd want to use it's EmptyMessage Property only during insert mode. In fact, I'd like to replicate the RadComboBoxProduct's behavior in this Demo. I mean, when the Field is Required and we want to avoid the idea of inserting an empty item in CodeBehind .
Thus far, I've only got that behavior when the Field is NOT Required, inserting an empty item as first element, because if I don't do that, the first element is always selected during Insert Mode.
So, I'm wondering if it's possible to do the same thing illustrated on the demo?
Thanks!