Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
xamDateTimeEditor throws an StackOverflowException
posted

Hello,

 

I am using xamDateTimeEditor in a MVVM application. So, the xamDateTimeEditor is standalone and TwoWay binded to a datetime property in my viewModel. When the xamDateTimeEditor gets focused, it throws an StackOverflowException. Here is my code :

<

 

igEditors:XamDateTimeEditor x:Name="myDateTimeEditor" Value="{Binding myDate}"/>

When i remove this line it works. Am I doing something wrong? Thank you for your help.