As-of the most recent build (commit b728757c3209), an exception is thrown when the MaskedEditExtender's autoComplete property is used, causing the element to fail to load. The client-side error is "Sys.InvalidOperationException: 'autoСomplete' is not a property or an existing field." - ScriptResource.axd (3747,65). This traces back to the MaskedEditExtender.cs file with the line [ClientPropertyName("autoСomplete")]. Apparently, the Cyrillic character С is used instead of the English "C". Once the substitution is made the error goes away.
Fixing this error results in a couple of deprecation warnings for the functions get_UserDateFormat (MaskedEdit.js 2501 & 2502) and get_CultureDatePlaceholder (MaskedEdit.js 2492 & 2500) to be renamed to lowercase "user" and "culture", respectively.
Thanks for all the great work!
Comments: AJAX Control Toolkit was moved to GitHub: https://github.com/DevExpress/AjaxControlToolkit The fix for this issue is available with the v16.1 release: https://github.com/DevExpress/AjaxControlToolkit/releases/tag/16.1.0
Fixing this error results in a couple of deprecation warnings for the functions get_UserDateFormat (MaskedEdit.js 2501 & 2502) and get_CultureDatePlaceholder (MaskedEdit.js 2492 & 2500) to be renamed to lowercase "user" and "culture", respectively.
Thanks for all the great work!
Comments: AJAX Control Toolkit was moved to GitHub: https://github.com/DevExpress/AjaxControlToolkit The fix for this issue is available with the v16.1 release: https://github.com/DevExpress/AjaxControlToolkit/releases/tag/16.1.0