Hi Jon,
Thanks for using Syncfusion Products.
We have checked your code block. It seems you are using the incorrect syntax to set the value for MaskEdit control.
Please refer the correct syntax below.
[Script]
var ejMaskEdit = $("#maskedit").data('ejMaskEdit');
var value = "4242422424";
ejMaskEdit.option({ value: value}) |
We have prepared the sample based on your requirement (“To set the value to MaskEdit control”). Please find the below link,
To know more about the api configuration, please refer the below link.
Please let us know if you have further queries.
Regards,
Ashokkumar B.