Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
Documentation Incorrect! (igMaskEditor ReadOnly)
posted

On your documentation page for the igMaskEditor (http://help.infragistics.com/jQuery/2013.2/ui.igmaskeditor) the example for setting the control to be readonly is as follows:

//Set
$(".selector").igMaskEditor("option", "readOnly", true);
This doesn't work!
After changing to:
//Set
$(".selector").igEditor("option""readOnly"true);
it works as expected.
Very frustrating, lost time trying to get this working today.