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
2745
UltraGrid - Positions and values for summaries
posted

Hello!

I have and ultragrid filled with data that can be shown in three different ways.

 

1. Not grouped at all, just rows straight from the source.

2. One level of grouped data.

3. Two levels of grouped data.

 

In the initializelayout event of the grid, I have included code to add the summaries to the grid.

I have used

 

SummaryDisplayArea =

SummaryDisplayAreas.BottomFixed + SummaryDisplayAreas.GroupByRowsFooter

 

First of all, how can I get the values of the different summary cells? I will need to get these values, no matter how the data is grouped.

 Secondly, is there a way to get some sort of label in front of each summary cell? I tried to se the 

SummaryFooterCaptionVisible to true but I could only get the label above the summary cell. I would like to have i just to the left of the summary cell.

 

All other ideas that could help me get this grid look even better are more than welcome...

Thanks!

/Henrik

 

 

Parents Reply Children
No Data