Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Datagrid Control > Master/Detail in one grid

Reply
Thread Tools

Master/Detail in one grid

 
 
Jeppe Dige Jespersen
Guest
Posts: n/a
 
      09-20-2004
I need master info in several columns in _one_
row for each record. Below each "master"
record, I need a number of detail rows. Like this:

--------------------------------------
| Order01 | Order Date | Order Total |
--------------------------------------
| Product info, orderItemA |
--------------------------------------
| Product info, orderItemB |
--------------------------------------
| Product info, orderItemC |
--------------------------------------
| <separator> |
--------------------------------------
| Order02 | Order Date | Order Total |
--------------------------------------
| Product info, orderItemA |
--------------------------------------
| Product info, orderItemB |
--------------------------------------
| <separator> |
--------------------------------------

I do need to use a grid, as I need paging, sorting
and stuff like that.

Any ideas?

Jeppe Jespersen
Denmark


 
Reply With Quote
 
 
 
 
Ken Cox [Microsoft MVP]
Guest
Posts: n/a
 
      09-21-2004
Hi Jeppe,

You might want to check whether HierarGrid will help you with that.

It is free here: http://www.denisbauer.com/ASPNETCont...ierarGrid.aspx

Ken
Microsoft MVP [ASP.NET]

"Jeppe Dige Jespersen" <jeppe.jespersen gmail.com> wrote in message
news:%...
>I need master info in several columns in _one_
> row for each record. Below each "master"
> record, I need a number of detail rows. Like this:
>
> --------------------------------------
> | Order01 | Order Date | Order Total |
> --------------------------------------
> | Product info, orderItemA |
> --------------------------------------
> | Product info, orderItemB |
> --------------------------------------
> | Product info, orderItemC |
> --------------------------------------
> | <separator> |
> --------------------------------------
> | Order02 | Order Date | Order Total |
> --------------------------------------
> | Product info, orderItemA |
> --------------------------------------
> | Product info, orderItemB |
> --------------------------------------
> | <separator> |
> --------------------------------------
>
> I do need to use a grid, as I need paging, sorting
> and stuff like that.
>
> Any ideas?
>
> Jeppe Jespersen
> Denmark
>
>


 
Reply With Quote
 
 
 
 
Jeppe Dige Jespersen
Guest
Posts: n/a
 
      09-21-2004
> You might want to check whether HierarGrid will help you with that.
> It is free here: http://www.denisbauer.com/ASPNETCont...ierarGrid.aspx


Thanks! Works wonders. Go Denis!!

-Jeppe


 
Reply With Quote
 
Ken Cox [Microsoft MVP]
Guest
Posts: n/a
 
      09-22-2004
Hard to believe he gives this stuff away free!

"Jeppe Dige Jespersen" <jeppe.jespersen gmail.com> wrote in message
news:%...
>> You might want to check whether HierarGrid will help you with that.
>> It is free here: http://www.denisbauer.com/ASPNETCont...ierarGrid.aspx

>
> Thanks! Works wonders. Go Denis!!
>
> -Jeppe
>
>


 
Reply With Quote
 
Jeppe Dige Jespersen
Guest
Posts: n/a
 
      09-22-2004

> Hard to believe he gives this stuff away free!


Don't go puttin' any ideas in his head, now.

Jeppe


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
I need a container to hold grid positions and the objects on the grid? Simon L C++ 3 03-31-2006 03:38 PM
Grouped grid? Or grid within datalist? Danny Tuppeny ASP .Net 1 10-27-2005 10:03 PM
How to transfer a value from an Invisible Grid to an visible Grid =?Utf-8?B?QXNzYW5LaGFuIElzbWFpbA==?= ASP .Net 2 10-17-2005 03:56 AM
Grid within a Grid ItemDataBound event problem Girish ASP .Net 4 07-19-2005 01:17 AM
Grid question: How do I force grid elements to expand and use available space Marc Python 0 10-08-2003 05:06 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57