I have a popup that is bound at runtime to elements of a chart. The bindings are defined in XAML. When the application starts, I am getting many errors in the Immediate Window because the XAML bindings aren't valid (by design).
I need a way to disable binding on this popup until I am about to display it during a mouseover event (in code behind), which is also when I set the DataContext. Can I disable bindings in XAML and then re-enable them in code behind?