Completed
Last Updated: 18 Oct 2022 14:40 by ADMIN
Release 3.2.0
Craig
Created on: 07 Oct 2022 13:32
Category: DataForm
Type: Bug Report
0
DataForm: [Windows] An exception is thrown when using a masked editor

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

0 comments