This is a migrated thread and some comments may be shown as answers.

RadWindow binding error

0 Answers 69 Views
Window
This is a migrated thread and some comments may be shown as answers.
Jakub
Top achievements
Rank 1
Jakub asked on 17 Jan 2012, 11:51 PM

Every time I use RadWindow e.g:

RadWindow.Alert(new DialogParameters()
            {
                Content = "Hello"
            });

i get following binding error:

System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='<null>' BindingExpression:Path=(0); DataItem='RadWindow' (Name=''); target element is 'WindowHostWindow' (Name=''); target property is 'Title' (type 'String')

I even tested it on visual studio base wpf app template - still the same error.

Is there any way to fix it ?

No answers yet. Maybe you can help?

Tags
Window
Asked by
Jakub
Top achievements
Rank 1
Share this question
or