I tried to use GreaterThen validator and it looks like it doesn't support client-side validation. Is there a list of FluentValidation validators which support client-side validation?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The list of validators supported on the client is on this page and are as follows:
|
|||||
|
|
So far i know there is no list, you could create your own client side validator so create that createrthen works also on client side |
|||
|
|