Hello All,
I have a doubt on UltraWinGrid Summary functionality. I have added a particular column called "Project Number" in the sorted columns collection. So, by default the grid would be grouped by Project Number column. Am displaying the summaries for various column in the group-by row itself (by giving the summary display area as group-by row) and also am displaying a grand summary at the bottom which is nothing but a summary of all the projects. Now, when the grid is grouped by any column, then I should get the column header for each and every column at the top so that I could identify for which column am doing the summary. Is it possible to achieve such a functionality?
Otherwise is it possible to add another row below the summary row and give the column headers separately?
I know that summary rows can be added and display format can be set. But I don't want it in such a manner since it would look very much cluttered. Is there a way where we can add the column names at the top of each and every summary column values?
The only way to do this with be to use RowLayouts and keep the headers with the cells. But this would affect every row in the grid in addition to the summaries. There's no way to do it just for summaries.