Browse by Tags
All Tags » Master Detail » "Data Binding" (RSS)
-
I have a similar problem. I need to get a selected item in Detail list, so I can have it through Data Binding.
SelectedItem returns null when I click on an Item in the Detail list.
-
I am starting new thread as I did not get any reply for thread ''How to bind values(Collection) to Master/Detail grid?''. I am using Koch's sample from that thread.
I've few more requirements. 1. Change the column titles, 2. In Child grid column I want to populate data into combo box (in example below, ''Suggested Room'' column). 3. ...
-
Hi
This is probably something that I'm not doing right but I cannot get master/detail to work. I have a 2 test classes, ''Customer'' and ''Order'' and in customers I have a public property ''Orders'' which returns ObservableCollection<Order>
This is the XAML for the ...
|
|
|
|