This question is locked. New answers and comments are not allowed.
I have Rad Masked Text Box and I bind it with RIA Domain Data Source
and The Rad Masked Text Box Code
The Problem is When I Create New Object Like That in RIA Doamin Data Source
<riaControls:DomainDataSource AutoLoad="True" d:DesignData="{d:DesignInstance my:User_Skill, CreateList=true}" Height="0" LoadedData="user_SkillDomainDataSource_LoadedData" Name="user_SkillDomainDataSource" QueryName="GetUser_SkillByIDQuery" Width="0"> <riaControls:DomainDataSource.DomainContext> <my1:DomainServiceClass /> </riaControls:DomainDataSource.DomainContext> </riaControls:DomainDataSource>and The Rad Masked Text Box Code
<telerik:RadMaskedTextBox HorizontalAlignment="Left" Margin="92,235,0,0" Name="skill_nameRadMaskedTextBox" VerticalAlignment="Top" Width="197" Value="{Binding Path=skill_name, Mode=TwoWay,ValidatesOnNotifyDataErrors=True}" MaskType="None" MaskedText="" />The Problem is When I Create New Object Like That in RIA Doamin Data Source
(user_SkillDomainDataSource.DataView as IEditableCollectionView).AddNew();After That when The New Created Object Passed To Controls The Error Notification for Required Proberties Appear Immediatly Before Doing Any Thing ........ I don't Want That I want The Notifcation Disapled Until I start Working With Controls ........ Moving Between Controls or When The Controls Lost Focus