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.

Parents
  • 54937
    Offline posted

    Can you provide a sample that demonstrates the issue? if not can you provide more information on how we might reproduce the problem or can you provide some portion of the callstack from the stack overflow?

Reply Children