I have a sample project attached and the issue I'm having is when I set an Infragistics control as a user control the binding doesn't work. However when I use a regular textbox it works fine. I placed a break point in the set accessor and the textbox will hit it however not for the numericeditor. Is there any reason why it is happening?
Hi,
I'm guessing that you have a usercontrol with a xamDialogWindow that contains a xamnumericeditor. And you having an issue with the binding.
Unfortunately your sample doesn't seem to be here. Please zip it up and reattach it thru the options so that i can see the details of what you are doing and we can go from there.
I apoligize, I thought I attached it.
Thank you that fixed the issue.
I reviewed your sample and the issue seem to be resolved by changing the xamNumericControl.xaml declaration so that you bind to the Value property of the xamNumericEditor.
Let me know if you have any questions.