Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
510
UltraDataSource different headers in same band
posted

I am trying to move from DataSet to UltraDataSource as initial tests suggest it is faster and uses less memory.

When I was using DataSet i had one Root Level table with (for this example's sake) two child tables.

Relations were added to the DataSet to map each child table's rows to one root table row ie for every child table it had its own root table row.

As a rsult each group of child rows in the UltraGrid had its own unique set of columns (obtained from the respective 'child table').

I have now implemented the UltraDataSource but cannot work out how to have different headers / columns for the child rows in the ultragrid. Please can someone guide me?