Hello
I am following the example here telerik chart example .
Everything works, it is just that if I have the DataSource as a resource in the application:
Then I can't preview the xaml at design time. From a little research it appears I have to disable the binding at design time? Is there an example of this?
Visual Studio designer throws 'Domain operations cannot be started at design time.' when attempting to view the layout.
Thanks.
I am following the example here telerik chart example .
Everything works, it is just that if I have the DataSource as a resource in the application:
<
UserControl.Resources
>
<
example:NorthwindDataSource
x:Key
=
"DataSource"
/>
</
UserControl.Resources
>
Then I can't preview the xaml at design time. From a little research it appears I have to disable the binding at design time? Is there an example of this?
Visual Studio designer throws 'Domain operations cannot be started at design time.' when attempting to view the layout.
Thanks.