Hi @thomaska,
The RadzenNumeric component supports only numeric types - int, double, decimal etc. One possible solution is to use the RadzenTextBox with a RegexValidator. The other is to handle the DOM input event and filter non numeric characters.
Hi @thomaska,
The RadzenNumeric component supports only numeric types - int, double, decimal etc. One possible solution is to use the RadzenTextBox with a RegexValidator. The other is to handle the DOM input event and filter non numeric characters.