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
);
).igEditor(
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 PavlovInfragistics, Inc.
Thanks for your response. Yes I'm initializing using the MVC Helper Wrapper.
I'd recommend updating the documentation so other developers are aware of this.
Regards,
Dave