Questions tagged [master-detail]

1340 questions
6
votes
1 answer

wpf datagrid databind with nested objects (like master detail)

I have a simple problem binding an entity to datagrid in wpf. I have an entity Called "User".... and each "User" have one "Workgroup" .. the relationship between the two is one to one. now in EF every User entity has one workgroup entity…
Pouyan
  • 2,849
  • 8
  • 33
  • 39
6
votes
3 answers

Xamarin Form : Master Detail Page : How to disable swipe gesture to load the menu on iOS

I need the screen to draw stuff on it. Since I have a Master Detail Page on the same screen, whenever I draw in a direction as opening the menu, the menu will swipe open at the same time as I draw. Is there a way to stop it from swipe open, but…
LittleFunny
  • 8,155
  • 15
  • 87
  • 198
6
votes
1 answer

How can SFSafariViewController be setup as the Detail Controller for UISplitViewController?

It seems from the documentation and all examples that I have found that a SFSafariViewController must be programmatically instantiated with a specific URL as a setup parameter. Is it possible to use a SFSafariViewController as the Detail Controller…
6
votes
2 answers

UISplitViewController display master view above detail in portrait orientation

I have a UISplitViewController embedded in a UINavigationController with a UINavigationItem button to toggle the display of the master view in portrait orientation. I want to show the master view above the detail view when the view first loads in…
MSU_Bulldog
  • 3,501
  • 5
  • 37
  • 73
6
votes
4 answers

iOS Master-Detail application template from xCode 6 doesn't run on iOS 7

I'm trying to develop a master-detail iOS application (iPad only) from the xCode 6 template. It runs fine with iOS 8 but running it on iOS 7.0 or 7.1 produces a crash at run-time where I've commented: - (BOOL)application:(UIApplication *)application…
Greg M.
  • 106
  • 5
6
votes
2 answers

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} ObservableCollection Orders {get;set} } class Order { int…
msfanboy
  • 5,273
  • 13
  • 69
  • 120
6
votes
1 answer

How to implement navigation drawer with fragments master detail

i have get the sample navigation drawer from this site : http://www.androidhive.info/2013/11/android-sliding-menu-using-navigation-drawer/ and the master detail from here…
6
votes
2 answers

UISplitView button missing after detail replace segue

I have a master detail iPad interface set up with storyboard to provide a replace segue on the detail view controller. This works fine to replace the detail controller, however the bar button to display the master controller is missing in certain…
BytesGuy
  • 4,097
  • 6
  • 36
  • 55
6
votes
1 answer

Load Different View Controllers in the Master-Detail App template

I am developing a master detail application using Xcode 4.3.3, now in the master view controller i have managed to load an additional view controller called "Fav Real"When this view controller loads, it will contain different items taken from an…
Elias Rahme
  • 2,226
  • 3
  • 28
  • 53
6
votes
1 answer

How can I find if a DataSet is the master in a master/detail relationship in Delphi?

I want to create a "Duplicate Record" action which when invoked, duplicates current record in any TDataSet descendant. How can I find out if the dataset is the master dataset of a master/detail relationship? With TClientDataSet it's rather easy, but…
iMan Biglari
  • 4,674
  • 1
  • 38
  • 83
5
votes
1 answer

How to do nested child on Desktop but separate pages on mobile using Vue Router?

I am using Vue Router in Nuxt SSR and I want to achieve the following structure as shown above. On the desktop I want to render nested child route with a list of items on the left and the detail of the item on the right on a single page which can…
PirateApp
  • 5,433
  • 4
  • 57
  • 90
5
votes
3 answers

MasterDetail + Right-to-Left in Xamarin.Forms v3

I'm using new forms feature Right-to-Left, it works well except MasterDetail hamburger menu icon. It stays on the left side and I need to move it to right whem localization is changed. Any ideas or could somebody help me with custom renderer?
5
votes
4 answers

Xcode 8 Glitchy tab bar view controller. (Master-Detail)

I'm new here and also to coding. I started my project with the Master-Detail template, and currently have the sign-in/login screens complete. However, when trying to add a Tab Bar Controller it looks a bit buggy. I've tested the views in the…
5
votes
1 answer

Xamarin Forms masterdetail hide backbutton

I am working on Xamarin forms shared project with a master detail page. When I run the app the master detail page is the first item that loads yet it shows the back button which once clicked opens the navigation (master) drawer. This makes no…
user2029541
  • 666
  • 3
  • 12
  • 22
5
votes
3 answers

Master/Detail with REST

I'm sure this topic must have been covered off before so I'm happy to be pointed to any articles etc that I may have missed while searching. I need to implement a very simple REST API to add and retrieve records in a master/detail relationship. My…
John
  • 605
  • 2
  • 7
  • 17
1 2
3
89 90