Hi,
I am trying to validate my form with RadzenRequiredValidator but it is not working. I have one RadzenTextBox and two RadzenDropDowns. In first dropdown it is possible to select one string value and in second it is possible to select multiple string values. Selected value from first dropdown is binded to string type variable. Selected values from second dropdown are binded to EnumerableQuery type variable. For text box validation is working, it shows validation error message, but for dropdowns validation always passes even though nothing is selected. For both dropdowns I'm using variable of type IEnumerable to import values to them. I tried setting DefaultValue for RadzenRequiredValidator but it didn't help. Can someone help me?