I have a ListGrid that's set up with multiple groupings. Each grouping has header summaries (sum function) on a few columns. It seems as if once I get to 4 levels deep, the summary function stops and the header is rendered without the summary values.
I assume it's the depth because when changing the group order, it's always the last one that does not have the header summary.
I also tried adding a 5th depth level and the last two levels did not have header summaries.
Is this a limitation of the ListGrid or have I set things up wrong?
I assume it's the depth because when changing the group order, it's always the last one that does not have the header summary.
I also tried adding a 5th depth level and the last two levels did not have header summaries.
Is this a limitation of the ListGrid or have I set things up wrong?
Comment