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
125
igMaskEditor set dont work
posted

I have igMaskEditor in mvc, I need when change combo the igMaskEditor change the input mask I use javascript for that but i cant do this 

Control

@(Html.Infragistics().MaskEditorFor(m => m.Cliente)

.ID("txtIdentificacion")
.Render())

I tried change the input mask

 $("#txtIdentificacion").igMaskEditor('option', 'inputMask', mascara);

Error

This option can not be set runtime

Please help me

Parents Reply Children
No Data