I've created my own data annotation for a list of objects and it works. But when I submit the form, the browser displays only the error messages for "required" properties without the page reloading.
If the "required" fields are filled, the browser then reloads the page and displays my custom error message.
I would like to show the error message for my custom property at the same as the "required" messages are shown. Is this possible?