Tagged Questions
The master-detail tag has no wiki summary.
5
votes
1answer
171 views
Why virtual keyword is used in C# master-detail model?
Refer to the EntityFramework article, and other ASP MVC webinars from Microsoft such as;
1: http://www.asp.net/mvc/videos/5-minute-introduction-to-aspnet-mvc
2: ...
5
votes
1answer
2k views
A MVVM pitfall using Master-Detail scenario
Either I do not see the solution or I found a pitfall in using MVVM.
I have this sample Master-Detail:
class Customer
{
int CustomerID {get;set}
string Name {get;set}
...
4
votes
3answers
137 views
MasterPage.Master > Which page will be next loaded as a child?
I would like to know, in the Page Load event of my MasterPage.Master which page sent the request. will be loaded as child in the content.
Supposing, the user clicks in my webpage <a ...
4
votes
2answers
3k views
Master-Detail View ASP.NET MVC
I'm new to MVC and I'm involved in a project that is developed with ASP.NET MVC 1.0. I'm also weak in JavaScript :-(
I'm trying to demonstrate how Master-Details view work on 'Orders' & 'Order ...
4
votes
3answers
2k views
Updating Parent/Child Records with model binders in ASP.Net MVC
I have modified the Nerd Dinner application to allow editing of child records by adding the following code to the DinnerForm.ascx
<p>
<%int i = 0;
foreach (NerdDinner.Models.RSVP ...
3
votes
3answers
230 views
Master-detail using ClientDataSet.AppyUpdates with separate DataSetProvider
I use two ClientDataSets for a master-detail relationship with a DataSetProvider for each CDS. I don’t use a nested CDS for the detail, since I do an in-memory filtering for the master-detail ...
3
votes
2answers
206 views
Delphi7, dbExpress and Master Detail relationship
I'm new to Delphi. I got two TSQLTables (say A and B) linked to two TClientDataSets (say cdsA and cdsB respectively) by two TDataSetProviders, two DataSources (dsA and dsB) complete the scenario.
...
3
votes
1answer
232 views
Multilevel Master/Detail Databinding with EMF and RCP
I'm kind of new to EMF and data binding an couldn't find a answer to my problem.
First something about what I'm trying to do:
I made a model with EMF, representing the settings of a device, and a RCP ...
3
votes
1answer
197 views
Ajax page echo vs background Ajax/direct HTML manipulation?
I have a dilemma, and I could really use some advice.
I am building an ordering system with PHP/Smarty/HTML/jQuery.
Currently working on the site where the seller will confirm orders.
I need to have ...
3
votes
4answers
2k views
ASP.NET MVC Master Detail Entry Form
I’m trying to implement an order entry form using ASP.NET MVC but facing a lot of difficulties. All the samples that I found are related to viewing master detail forms, and none for adding or ...
3
votes
4answers
242 views
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 ...
3
votes
1answer
497 views
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:
created an entity called Category and another one called CategoryLocale (automated using ...
3
votes
0answers
880 views
iPad After drill down in Split View's Master View, Detail View will not load
completely new to coding other than html.
I have an iPad app based on the MultiDetailsView/SplitView sample in Xcode.
I have a master view that drills down and loads new detail views, both at the same ...
3
votes
3answers
999 views
How to handle entity creation/editing in a master-detail
I'm wondering what strategies people are using to handle the creation and editing of an entity in a master-detail setup. (Our app is an internet-enabled desktop app.)
Here's how we currently handle ...
3
votes
2answers
3k views
In an SSIS package, how do you insert master-detail records?
I have a data flow task that extracts data from one database and inserts into a SQL Server database. After each record is inserted in the master row I also need to insert rows into a detail table. The ...
2
votes
1answer
107 views
MVVM, XML, and Master/Detail Scenarios
I am working on my first MVVM project in C#, a conversion from a non MVVM project, and have questions around every corner. Although I can't share the exact data I'm using I have come up with a ...
2
votes
0answers
88 views
Merge 2 xcode projects
I have 2 xcode projects and i want to merge them into 1. But i stucked at the Delegates as both project has their own delegates.
First project has a Splitview (Master/Detail) view and the second ...
2
votes
1answer
49 views
NSArrayController for polymorphic class
I have the following (stripped down) class interfaces:
@interface ScriptEvent : NSObject {
...
}
@interface SingleLine : ScriptEvent {
NSString *line;
}
@interface MultiLine : ScriptEvent {
...
2
votes
1answer
99 views
Telerik Grid ServerTemplate problem
I'm trying to set up a Master/Detail grid using the Grid control from Telerik's Extensions for ASP.NET MVC. My problem is setting up the server template.
The demo I'm following is the first one on ...
2
votes
1answer
81 views
Clean easy way to expand window according to subviews
I'm developing an application that uses a master-detail paradigm with an NSTableView as the master and an NSView as the detail. The NSView gets populated from another NSViewController's view; I have ...
2
votes
4answers
162 views
TreeView detail architecture question
I've got windows form app I'm developing, and my client wants a TreeView on the left with nodes that when clicked allow their users to work in detail screens on the right. The simplest approach was ...
2
votes
1answer
83 views
What is the latest greatest way to move data between controls/queries and presentation elements
I have several combobox choices which a user can select from on a WPF window. Each of those compbo boxes are bound to different tables through EDMX. The combos do not bind to eachother.
I'm looking ...
2
votes
1answer
379 views
WPF: Master/Detail situation
I have an area on the left with selectable items, and depending on what type of item is selected, I want to show one of three or four different forms on the right.
It would be nice to make some type ...
2
votes
1answer
549 views
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 ...
2
votes
1answer
771 views
Django Master-Detail View Plugins
Let's say I have 3 django apps, app Country, app Social and app Financial.
Country is a 'master navigation' app. It lists all the countries in a 'index' view and shows details for each country on its ...
2
votes
1answer
160 views
Return master rows based on detail filter
I have a query where I want to return Master rows based on whether the detail fulfil a certain criteria.
For example, I only want to return a particular Master row if AT LEAST one of the Detail rows ...
2
votes
2answers
788 views
How can I create a master-detail interface with Core Data and an abstract entity?
Apple has a nice little tutorial for making a simple master-detail interface. Interface Builder will even automatically generate one for you from a Core Data entity. However, I'm trying to do ...
2
votes
1answer
615 views
Aggregate detail values in Master-Detail view
I have a master-detail relationship in some custom entities. Say I have the following structure:
class Master : INotifyPropertyChanged
{
public int Id { get; set; } // + property changed ...
2
votes
1answer
2k views
What's the recommended way of doing a master/detail page using ASP.NET MVC?
Does anyone have any suggestions/ best practices for doing master/ detail pages using the ASP.NET MVC Framework?
Background
I've got a page of Client information, under each one I need to display 0 ...
1
vote
0answers
31 views
Activity Indicator integration with Master-Detail Application
I make an iPad Master-Detail Application in storyboard with ios5.
I make tableview with NSURL.
My question and help is that i want have the activity indicator for NSURL, so that when i click on the ...
1
vote
0answers
35 views
iOS5 SplitViewController leaves BarButton visible while in landscape view on app startup
I have a UISplitViewController with a UIViewController as master and a UINavigationController as my details controller (which contains an actual DetailsController as it's rootController).
In iOS5, at ...
1
vote
1answer
55 views
Why doesn't the back button show up the second time I push the view?
Every time I click a picture I call this method (which pushes a view on the detail view):
-(IBAction) loadTeamView:(id)sender {
teamView = [[TeamViewController alloc] ...
1
vote
1answer
105 views
Split View Controller with a sliding master view , swipe gesture
I am working on an iPad application, It has the split view and i want to allow the master view to be displayed/hidden with a swipe gesture similar to the way the mail app from Apple now works. I have ...
1
vote
0answers
98 views
Migrate Play! Framework 1.2.3 application controller to 2.0
Out of curiosity I would like to migrate a Play! 1.2.3 Java application to Play! 2.0, but I'm having difficulty understanding the new application controller. I've examined the three example ...
1
vote
2answers
96 views
WPF Explorer-like MVVM ListBox-in-ListBox (master-detail) binding expression
One line summary of my situation: when I select a detail item, the master is still unselected, so I get wrong detail item.
Assume that two ViewModel MasterList and DetailList are ...
1
vote
0answers
44 views
navigationBar is out of synch with application UI after rotation with MPMoviePlayerController fullscreen video
This is a master-detail app and this bug only occurs when rotating iPhone while video is playing in fullscreen mode.
Once video closes the navigationBar is positioned higher than normal and is ...
1
vote
1answer
79 views
Master detail with a JTable
I have a swing layout with some labels and a jTable.
On the left side, I have the jTable, and on the right side I have the labels.
I want to set the page up as a master / detail page, where the ...
1
vote
2answers
163 views
Issue feeding dynamically the uitableview in the masterview controller of a master/detail app
I am trying to feed the content of a masterview after creating a project based on the master/detail app template.
I have basically a model that content all my data which might change later on. I want ...
1
vote
1answer
208 views
How to add images as details in a ASP MVC 3 Razor View using Entity Framework
For an ongoing project i have (amongst other classes) the following:
public class Page
{
[Key]
public int PageId { get; set; }
public string Name { get; set; } //eg. ...
1
vote
1answer
154 views
ADOTable.Locate in Master-Detail Relationship
I have a Master-Detail Relationship between two Tables , I Select a Record in Master Table and its Details shows in Detail Table , next i want to Locate in Detail Table Only in Details about Master ...
1
vote
1answer
73 views
Mutliple views for detail in a master-detail interface
I am building a preferences pane for an app where the user can add a Web Service to a list (in a tableview on the left) and a form should appear on the right where the user can edit configuration ...
1
vote
1answer
246 views
how can one create a master detail cascading dropdowns with json and knockoutjs?
A simple master details scenario:
list of servers
int id
string Name
List<Driver> Drivers
where Driver also has an Id and Name.
returned as JSON from MVC Action on server.
Now i have a ...
1
vote
2answers
183 views
Switching between NSViewControllers
I'm developing a Mac Application. The application has a common source view on the left and a detail view on the right which is the main part of the whole window.
It's like a Master-Detail ...
1
vote
4answers
108 views
What does this line of JQUERY mean?
I would like to add the jQuery OpenID Plug-in in my webpage.
Actually i would like to add it into a content page of a MasterPage
$(function () { $("form.openid:eq(0)").openid(); });
But something ...
1
vote
2answers
354 views
Updating a literal control on a master page
In my child page i have an imageButton, which is surrounded by the UpdatePanel.
When the user clicks on the image button a record is removed from my database.
<asp:Content ID="Content1" ...
1
vote
1answer
249 views
Entity Framework - How to get filtered Master records along with filtered Detail records?
My class relationship: ClassMaster 1----* ClassSessions
My Goal: Return all ClassMasters that have ClassSessions with StartDateTime greater than the current date, along with these ClassSessions ...
1
vote
2answers
222 views
Using a Popup button in Master-Detail
My Document based, Core Data application (using bindings in IB) has two entities, Employee (with an employeeName attribute) and TimeSheet (with timeDescription and entryDate attributes). Employee has ...
1
vote
1answer
326 views
Mac OS X: master-detail interface and Cocoa Bindings
I have a master-detail interface. In the "master part" I show a list of people, in the "detail part" I show the detail of the selected person, including a list of things that the person has:
master ...
1
vote
1answer
309 views
How to get grip of a DataGrid's active RowDetails
I have a DataGrid with a RowDetailsTemplate containing another grid.
I want to react on a doubleclick on a row in that detailgrid and fill the cell's content into a corresponding cell of the ...
1
vote
3answers
484 views
Delphi Master-Detail grid components
What other components are there to produce Master-Detail grids, like what InfoPower can do (where the detail grid is in the master grid - first image in the in InfoPower link)?