First of all I wanna say that I just started learning C# and XAML. I got very interested in the use of the Rad Controls and had some problems to implement a RadComboBox which refrences the selected Item in a RadGridView.
My goal is to develop a Master Detail View which uses the RadGridView for selection and a form with comboboxes and textboxes.
I am using Entity Framework and .Net 3.5
Here is my XAML Sourcecode:
As you can see I didn't populate the ComboBox with any properties. I did this because I just did alot of trial and error with SelectedItem SelectedValue(Path) and so on and never came to a result like it worked for the textbox.
Hopefully you can help me with this issue.