Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have an application in .net in which I dynamically create rows using jquery. My UI is built around twitter bootstrap and for validation of every field I use Qtip. I have formatted the input fields using jquery.chosen.

The issue I am facing is, the validation is not working for dynamically changing fields.

Ex: I use Parent - Child relationship for dropdown combo, the value which changes according to the select option from the parent combo. I have validated it to be mandatory one but the validation is not getting triggered and I am able to save with null values.

When I remove the jquery.chosen, the validation works like a charm; but the issue is, the validation is not happening from the second row created dynamically.

ANY HELP?!?!?!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900