Hi,
I have a grid that shows a series of data rows and groups by a certain column to produce summary rows with totals for the group and also an overall grad total.
This is working correctly but a user has now requested a feature to allow them to hide the datarows and just show the group summary rows and the grand total row. If I hide the "data" rows by setting row.Hidden = true then the summaries are not produced all I end up with is a grand total.
Is there a way to hide the rows and still show the summary/group by rows and the grand total.
Thank
Paul
Hello Paul,
Did Mike's post help you resolve your issue?