GUID Type not working in RequiredFieldValidation

I am using RadzenRequiredValidator for RadzenDropDown where MultipleSelections is true and bind-value is of type IEnumerable(Guid). I tried using DefaultValue=@Guid.Empty in RadzenRequiredValidator , but validation is not working.

Please suggest how can we trigger client side validation if we have Guid type in dropdown as mentioned earlier.