Hello,
I just started working with the RadGrid and I have a question. Is it possible to bind a detail table to the grouping of the mastertable?
I'll explain my question with an example. Let's say we have following mastertable:
Order ID: 1 (grouping)
record A
detail **
record B
detail **
record C
detail **
Order ID: 2 (grouping)
record X
detail --
detail --
record Y
detail --
detail --
Order ID: 3 (grouping)
record Z
You'll notice that the records from the detail table are the same for every record under a certain group (e.g. Order ID 1).
Is it possible to let the detail table expand only once for each group, so to have following:
Order ID: 1 (grouping)
record A
record B
record C
detail **
Thanks in advance for suggestions!!
Marc
I just started working with the RadGrid and I have a question. Is it possible to bind a detail table to the grouping of the mastertable?
I'll explain my question with an example. Let's say we have following mastertable:
Order ID: 1 (grouping)
record A
detail **
record B
detail **
record C
detail **
Order ID: 2 (grouping)
record X
detail --
detail --
record Y
detail --
detail --
Order ID: 3 (grouping)
record Z
You'll notice that the records from the detail table are the same for every record under a certain group (e.g. Order ID 1).
Is it possible to let the detail table expand only once for each group, so to have following:
Order ID: 1 (grouping)
record A
record B
record C
detail **
Thanks in advance for suggestions!!
Marc