The masked editor throws an exception when used in DataForm on Windows. For example, consider the following sample code snippet:
<telerik:RadDataForm x:Name="dataForm">
<telerik:DataFormRadTextMaskedEditor HeaderText="Phone:"
Mask="000-000-0000"
PropertyName="Phone"/>
</telerik:RadDataForm>
When the Phone property has an initial value in the view-model, the following exception is thrown:
System.NullReferenceException HResult=0x80004003 Message=Object reference not set to an instance of an object. Source=Telerik.Maui.Core