Hi I have made a grid that is used to register how many of a certain product that is going to be purchased for each floor of a building.
When my grid isnt' grouped on Floor number I display a total summary of each product column on the bottom of the grid.
I would like to have this total(not in each groupbyrow summary) summary displayed when the grid is in group by mode based on floor number.
Is this possible to do?
Hi,
I'm not entirely sure, but I think you may be able to acheive this by setting the SummaryDisplayArea property on the Override object.