RadzenTextBox

Hi,
I would like to know if there is simple way to forbidden some character in a RadzenTextBox.
In fact, in my application we can do some excel export/import and if semi-colon are in some fields, that make trouble in Export/Import.
Regards,

This isn't supported.

Ok,
If i put Regex on data-binding fields, it would be resolve my trouble, isn't it ?

Radzen Blazor RegexValidator seems to be the solution.

1 Like