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.
Parents
  • 23953
    Verified Answer
    Offline posted

    Hello dogle,

    How do you initialize the igMaskEditor? Are you using the Editor MVC Helper Wrapper? The Editors MVC Helper Wrapper is creating igEditor instances as described in "Configuring igEditors at Runtime" document, so at run-time you should use the igEditor API.

    Hope this helps,
    Martin Pavlov
    Infragistics, Inc. 

Reply Children
No Data