Top "Master-detail" questions

A master–detail interface displays a master list and the details for the currently selected item.

Sharing data between fragments using new architecture component ViewModel

On Last Google IO, Google released a preview of some new arch components, one of which, ViewModel. In the docs …

android android-fragments android-activity master-detail android-architecture-components
UISplitViewController in portrait on iPhone shows detail VC instead of master

I am using a Universal Storyboard in Xcode 6, targeting iOS 7 and above. I've implemented a UISplitViewController which is now natively …

ios interface-builder ios8 uisplitviewcontroller master-detail
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 …

asp.net-mvc forms master-detail data-entry
How do I make a DataGridView immediately commit edits?

I have a master-detail layout with a section of popup menus (the Details) and a section with a DataGridView which …

c# datagridview master-detail undo
Xamarin.Forms - Master/detail page and navigation history issue

I have an app which uses masterdetail page to show menu in all page. The navigation is happened in two …

c# master-detail xamarin.forms
ASPxGridView - How to get the Selected Row in a Detail Grid of a Master-Detail GridView?

Can anyone explan how I can access the selected row of a detail grid in a DevExpress master-detail ASPxGridView? I've …

asp.net devexpress aspxgridview master-detail
Creating master-detail pages for entities, how to link them and which bean scope to choose

I have started learning JSF, but sadly most tutorials out there present only a log in or a register section. …

jsf session scope master-detail
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 …

devexpress master-detail aspxgridview selectedvalue
How to show details of current row from p:dataTable in a p:dialog and update after save

I have a JSF 2 application that has two pages, one to list students and one to show details of a …

jsf primefaces datatable dialog master-detail
Create new parent and child on the same page

My MVC application has a classic parent-child (master-detail) relations. I want to have a single page that create both the …

asp.net-mvc entity-framework asp.net-mvc-4 entity-framework-5 master-detail