BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<add key="webpages:Enabled" value="false" />
<add key="ClientValidationEnabled" value="true" />
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
to fix this issue, one need to add this script reference
<
script
src="http:
//cdn.syncfusion.com/13.1.0.21/js/assets/scripts/common/ej.unobtrusive.min.js"></script>
but this script has reference to widget.
now if just using one control, say the dialog, we don't want to reference the entire 1.1M ej.widget.all.min.js
how to make it work for individual control then?
Query“<scriptsrc="http://cdn.syncfusion.com/13.1.0.21/js/assets/scripts/common/ej.unobtrusive.min.js"></script>
but this script has reference to widget.
“