Master Detail Pages

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
juvat
User
Posts: 71

Master Detail Pages

Post by juvat »

I have created an invoicing asp.net maker project. I am trying to change the display of the Master portion of the Master Detail page.

Currently the fields on the master table display in rows, and I would like to be able to display those fields when adding/editing/viewing with several fields per row.

Example:
Currently displays

Master: Invoice (table)
Invoice #
Customer (drop-down)
Invoice Date
Invoice Due
Invoice Paid Date

Detail page: InvoiceItems (table)
Qty Product Description Price


What I'd like to see the Master Detail Page below when adding/editing/viewing:

Invoice # InvoiceDate: InvoiceDueDate: Invoice Paid Date:
Customer: <drop-down>

Detail page: InvoiceItems (table)
Qty Product Description Price


Webmaster
User
Posts: 9425

Post by Webmaster »

For custom layout, read help file topic: Project Setup -> Custom Templates for more details.


juvat
User
Posts: 71

Post by juvat »

Thanks. I looked at that portion of the help file and tried adding code to the Custom Templates>Add/Copy Page>Custom Template section. The information shows up, but not the edit boxes, and drop-downs.


Webmaster
User
Posts: 9425

Post by Webmaster »

Please always post your code for discussion.


Post Reply