Hi,
I have a WebForms application. If I target the application to use .NET 4.6 framework, the ValidatorCalloutExtender does not work. If I switch off the UnobtrusiveValidation, the validation works fine. We don't want to turn off the UnobtrusiveValidation setting. Is there any other solution?
Thank you.
Comments: Hello, ValidatorCalloutExtender relies on the old way of validation, which is not compatible with unobtrusive validation. We are aware of this issue and are looking for ways to resolve it. However, unobtrusive validation depends on jQuery, but AJAX Control Toolkit does not use it, so there is no guarantee that this extender will be forward-compatible with .NET Framework 4.5+
I have a WebForms application. If I target the application to use .NET 4.6 framework, the ValidatorCalloutExtender does not work. If I switch off the UnobtrusiveValidation, the validation works fine. We don't want to turn off the UnobtrusiveValidation setting. Is there any other solution?
Thank you.
Comments: Hello, ValidatorCalloutExtender relies on the old way of validation, which is not compatible with unobtrusive validation. We are aware of this issue and are looking for ways to resolve it. However, unobtrusive validation depends on jQuery, but AJAX Control Toolkit does not use it, so there is no guarantee that this extender will be forward-compatible with .NET Framework 4.5+