Hi! > can you give us a more concrete example? I don't understand all this > Datax/SubxHeaderxInformation stuff.. > I'll try:
Well, think about a typical Master/Detail scenario. You have a list of master records each holding a list of detail records. Now, you'd like to output this stuff in one data table where the detail records are not rendered using an independent datatable but within the same datatable to being able to have the columns nicely rendered as ONE column with all the same width. With the embedded datatable idea you will be able to unify this even more to process a more complicated datastructure where e.g you have two groupgs and the the detail records. List of GroupA holds a list of GroupB holds a list of detail records. Now, you can render this datastructure in a datatable with these group breaks spanning e.g. the whole number of columns but still have the columns connected between the various detail blocks. Resulting in a clean rendererd table as it is only one table and not a number of nested tables each with their own width of columns. Ciao, Mario
