Hi,
How can I align results of aggregated functions to columns in table? In my particular case I have GridView with columns for each hour (H1-H24) and few other columns like City, Country, etc. User is able to group data by City and Country column. When grouping is on I would like to display in group header result of aggregated sum function fore each hour column H1-H24, and I have to huge problems:
- Results width is much bigger then whole GridView width.
- Results aren't aligned with related columns in GridView.
How can I solve this two problems?
Regards,
MC