Hello. I have a problem using the data validation mechanism in DevExtreme 18.2.4. (MVC Core 2.2.0, Chrome Version 71.0.3578.98 (Official Build) (64-bit))
I used the ModelState mechanism to show error on the client side. It worked with the TextBox control, but it did not work for the DateBox, ValidationSummary control.
I understand that this is a client-side control, but is possible to display the error that was generated on the server side, for example using the ModelState mechanism?