Pattern validation

Does Radzen currently support pattern validation (i.e. reporting a validation error if a component has a value which doesn't match a defined RegEx)? I have a few textboxes on an edit page that I'd like to restrict to only allowing alpha-numeric characters to stop users entering symbols and control codes and the likes. Ideally, I'd like to be able to report a field being invalid in a similar manner to how the RequiredValidator component works.

Hi @markb,

At the moment pattern validation isn't supported. However this is something we have on our TODO list. Shouldn't be hard to implement it as a new component.

1 Like

Hi,

I've just been testing out the new RegexValidator component in v2.46.4 and it works a treat!! Many thanks for the quick turnaround on that! :smiley: