Good morning. It is a web application MVC 5 c #. I installed the datepicker bootstrap and it works very well in Spanish, after making some fixes with globalize.js. The issue is that then I created a remote validator and there is a conflict.
When I remove the bootstrap libraries, the remote validator works very well, but when I put the datepicker bootstrap libraries, the remote validator stops working properly. It shows me the warning that there is a person with the DNI, but if I press SUBMIT he still lets me insert. I should not let myself move forward, as is normally the case, but that is the problem. I do not know what solution to give you. I appreciate your help.