Hi ,
In the XamDateTimeEditor, I am getting following message box when some invalue value is entered, I am trying to get rid of this message box and wanted to use some custom usercontrol. Please help me out.
Thanks,
Ragu
Hello Ragu,
You can handle the EditModeValidationError event of the XamDataTimerEditor and set the e.InvalidValueBehavior it to something different than DisplayErrorMessage. After that you can show your custom user control.
Hi,
How can we do that using MVVM pattern and also I want to know how can we change the styling of the MessageBox. Because we are displaying a constant style in the Application.
Can you please provide the code for the above two problems?
Thanks in advance