Extending a validator

Hello

I have a quantity field that has to be done in multiples of a different value, for the purposes of this example the figure is 10. I need to check that the value that is entered can be divided equally by that value and if not then the validator fire.


Your current validators dont quite fit this (i think) so what could you recommend\suggest would be a good way of overcoming this?

Many thanks

Hi @Otis,

Indeed there is no such custom validator available in Radzen. There isn't anything built-in that would address your requirement.