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
130
UltraWinGrid Bands and Columns via DataSource
posted

From what I've seen in some online forums, if you create a dataset correctly and assign it as a datasource for an UltraWinGrid that bands, columns, and relationships between them get generated for you automatically.

Is that true?  Can someone provide me with an example of such a dataset? 

If it isn't true, then can someone provide me with sample code to do it programmatically?

Here's what I need to do:

Band 1: Order Number, Order Date, Customer Name

Band 2 (drill down of Band 1's Order Number): Order Line Number, Product, Quantity, Price

Band 3 (additional info drill down from Band 2): Transaction date, Type, Base Amount, Amount Invoiced

 

Thanks in advance,

Paul