Questions tagged [detail]

Don't use this tag. It is ambiguous, and too broad to be meaningful.

115 questions
6
votes
1 answer

MKPinannotation detail disclosure button - present new view

FirstViewController.h #import #import @interface TransparentToolbar : UIToolbar{ } @end @interface AddressAnnotation : NSObject { CLLocationCoordinate2D coordinate; NSString *title; NSString…
Jordan Brown
  • 620
  • 1
  • 5
  • 14
4
votes
1 answer

Kendo Grid DetailTemplate, condition expression of accessing SubGrid value

I have a Master/Child grid structure like so: Parent Grid: @(Html.Kendo().Grid() .Name("gridEle") .Columns(cols => { cols.Bound(e => e.EleNum) }) .DataSource(dataSource => dataSource .Ajax() …
smeagull
  • 43
  • 1
  • 4
3
votes
1 answer

Jasper Reports Master Detail Report

Is it possible to create a Master-detail report in Jasper without creating a sub-report. Does Jasper provide some component or option so that I don't end up with 2 jrxml file for a simple Master-Detail report. I'm providing the datasource in form of…
Rakesh
  • 143
  • 1
  • 10
3
votes
2 answers

How to pass data from one view controller to the other SWIFT

I am making an app where a table view with a search bar and scope bar has to segue to a detail view controller and that detail view controller has to display data based on which cell is selected. I have an array with structs set up to sort and…
user3558131
  • 113
  • 1
  • 7
3
votes
1 answer

How to get all order details including payment custmer and shipping details from order id Magento

I need to get all order details which includes all payment details, customer details, and shipping details or say all details of a order. For this I have use a event in my config file checkout_onepage_controller_success_action and the function in…
Rohit Goel
  • 3,016
  • 7
  • 47
  • 97
3
votes
0 answers

App Centre Submission Detail Page Error

Have just received an email from Facebook with regards to the app details page for our app. The email states: "General Changes Needed Your app's Website with Facebook Login integration doesn't load." I've searched the help forums, but I can't…
3
votes
3 answers

Detail Disclosure Indicator / prepareForSegue

It has been a while since I have done any iOS programming so please forgive me for the simple question. I have searched, and maybe I am just over thinking this. I have a segue called ShowStreamDetails connecting dynamic prototype cells to a detail…
Shawn Henderson
  • 83
  • 1
  • 1
  • 9
2
votes
1 answer

Master/Detail DataGrid. How to access Detail DataGrid to set ItemsSource?

In a typical Master/Detail situation... I have a DataGrid. The ItemsSource of this DataGrid is set in the Completed event of a WCF call - (grdMaster.ItemsSource = e.Result) - where the x:Name of the grid is grdMaster. This is all 100%. However, when…
RedDude
  • 33
  • 7
2
votes
3 answers

Silverlight MVVM header detail

So lets say i have an OrderModel and an OrderViewModel. I have the Supplier, Order Date, etc properties on both the ViewModel and the Model and they are linked up. Seen examples on this and seems straighforward enough, although somewhat duplicated…
tkd
2
votes
1 answer

Does jQuery's blur event focus another element on a page?

I understand that calling jQuery events $(selector).blur(); will call trigger and run the blur event handler(s). Does this give any other element on the page e.g. document, body, focus? N.B. While this seems fairly simple I have not found details on…
StuperUser
  • 9,939
  • 10
  • 70
  • 127
2
votes
1 answer

Keep kendo detail grid expanded after databind

This is my current grid and detailExpand/Databind. You will see I tried to get the uid and then expand that row after a databind has been triggered. expandedRowUid console logs undefined. Can someone please help me get either correctly get the uid…
2
votes
0 answers

Kendo Grid CRUD in Detail template ASP.NET

Im trying to do a CRUD in Kendo Detail template but when I add the command columns or the add command in the toolbar of the detail grid I get an exception. I need to know how to add this command buttons in the detail grid with out getting…
Leo Alfaro
  • 21
  • 1
2
votes
1 answer

Woocommerce - Show total items on order details

I'm trying to show the total (quantity) of items purchased on order details after the checkout. I put the code on checkout page, and work's very well:
Felipe SooUl
  • 25
  • 1
  • 6
2
votes
1 answer

How to select details table entries as columns in master table?

I'd need to get a single table with (potentially several) columns receiving their values from a details table. The details table basically has these columns: DetailID, MasterID (foreign key to master ID), DetailName (nvarchar()), DetailValue…
mav
  • 65
  • 10
2
votes
2 answers

Changing Labels in DetailVC from tableView

I’m trying to make changes to a label in a DetailViewController, depending on which row we click: That is how my test App looks For example, if we click Ferrari I want to display: “Wow , it's a beautiful red Ferrari of the year… blablabla..” But…
FactorJose
  • 441
  • 2
  • 4
  • 14
1
2 3 4 5 6 7 8