I am using MicrosoftMVCJqueryValidation.js and want to Disable Client Side Validation For Disabled Input Controls.
Or is there any way to enable/disable client side validation using javascript?
I am using MicrosoftMVCJqueryValidation.js and want to Disable Client Side Validation For Disabled Input Controls.
Or is there any way to enable/disable client side validation using javascript?
You can remove the unobtrusive validation metadata when a form element is disabled and add it again if it is enabled. This question on stackoverflow would help.