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
312
Multiple header rows, xamDataGrid
posted

I'm trying to figure out how to add multiple header rows.  Date, Count & amount are the only headers w/ values associated, I just need to associate count and amount to the actual value they're representing.  The user would like a silver break between the different sets of data too.  This is one flat datasource for the entire grid; credits and debits are columns in the same table.

Date (sortable) CREDIT   DEBITS
Cash (& Combined Dep) Checks Only Bank Orders Wires
Count (sortable) Amount (sortable) Count (sortable) Amount (sortable) Count (sortable) Amount (sortable) Count (sortable) Amount (sortable)
9/1/2008 1 $1.00 1 $1.00   1 $1.00 1 $1.00
9/2/2008 2 $2.00 2 $2.00   2 $2.00 2 $2.00


Thanks for your help!