Jquery Custom Validation Messages are displaying beside the Control, instead of Validation Messages
Hi,
I have requirement of loading the Partial view dynamically based on some particular values. So, while iam implementing this, the Client side validations are displaying beside the control instead of Validation Summary. Can some one help on this.
I have attached a sample code(Controller, Models and Views).
Steps to Repro:
1. Create a MVC3 project.
2. Replace the newly created project folders with the attached folders(Controller, Model and View)
3. Navigate to "Customer/Management" page.
4. Click on "+ Add Another Sensor" below the "Back List".
5. You can see the "FirstName", "LastName" fields are displaying
6. Click on "Save" button(In FirstName, LastName section)
Result: The validation messages are displaying beside the field.