master-detail
Satisfying Child View Model Dependencies
I\'m building a master-detail form. The master view model constructs instances of the details view model. These details view models have several dependencies which need to be satisfied with new class[详细]
2023-01-08 22:22 分类:问答Master-Detail Split Between Two View Models: Where to put cancel command logic?
Master section of window contains a DataGrid. Details section displays a form allowing editing of record currently selected in master\'s DataGrid. Grid\'s SelectedItem is bound to the master vm. When[详细]
2023-01-07 05:39 分类:问答Master detail grid in Silverlight 4 - no headers for Detail grid
I\'m developing a Silverlight application where I want the master and开发者_JAVA技巧 its detail grid to share the same columns. Some of the common fields would be displayed in master grid and rest of[详细]
2023-01-05 22:33 分类:问答How to get selected row of detail grid in Master-Detail GridView?
I\'m having a problem on getting the selected rows values of a detail grid. I have master-detail grid in a popup control and it works fine. I also enabled the enable selection to have checkboxes but w[详细]
2023-01-05 20:17 分类:问答working with ADOQuery1 & ADOQuery2
i have a ADOQuery1 that is my master table and now i whant to use onother one ADOQuery2 for my detail Table but realy i don´t find the right way to work out the solucion.[详细]
2023-01-04 15:30 分类:问答Implementing master-detail with 2 tables in a dataset (wpf)
I\'ve created a dataset that contains 2 tables: Users (userID, UserName, other user details) Emails (Id, UserId, UserEmail)[详细]
2023-01-04 09:59 分类:问答Persisting details in Master Detail relation EF4 POCO
Scenario: Entity Framework 4 , POCO templates and Master Detail relation. Lets say I have a master type like this:[详细]
2022-12-30 19:49 分类:问答Change notification in EF EntityCollection
In a Silverlight 4 proj i\'m using WCF RIA services, MVVM principles and EF 4. I \'m running into this situation:[详细]
2022-12-30 01:31 分类:问答WPF: Master - detail view with two datagrids and in MVVM
I\'m trying to write a master - detail control that consists of a master datagrid and the detail datagrid. My scenario was following - I used the SelectedItem and bound it to a property in ModelView.[详细]
2022-12-27 21:00 分类:问答Master/Detail UI Best Practices?
We have a WPF app that has a master/detail window, both being WPF Datagrids. When you select a row in the upper datagrid, the details are shown in the lower datagrid. I was wondering if there are any[详细]
2022-12-22 06:54 分类:问答