How to make RadzenRequiredValidator not accept blank space?

I'm using RadzenRequiredValidator and when the user types " ", the radzenrequiredvalidator will accept this. How can I make the RadzenRequiredValidator not accept blank space?

You can't. However you can try using the RegexValidator component instead.