Displaying Gridview Master Detail so that the details are shown below each master

Asked

Viewed 218 times

0

I use ASP.NET’s Gridview control to display the information of two tables that have a master-detail relation. Table 1: Purchase (Idcompra, Datacompra e Valorcompra) and Table 2: Compraitem (Idcompraitem, Name, Quantity).

I would like to display a list page more or less that way:

1 - 03/04/2016 - R$100,00

  • 4 - Pen - 20 units

  • 6 - Pencils - 10 units

  • 7 - Rubber - 5 pieces

2 - 03/04/2016 - R$ 50,00

  • 9 - pointer - 3 units

  • 10 - Pencils - 2 units

3 - 04/04/2016 - R$ 5,00

  • 15 - Paper - 3 boxes

Could I do that with bootstrap? How? Is there another way?

1 answer

0

Browser other questions tagged

You are not signed in. Login or sign up in order to post.