PDA

View Full Version : Multiple summaries in advanced datagrid?


ms10
04-14-2008, 11:46 AM
I am attempting to place group summaries in two positions but am finding that one breaks the other.

My first summary is alongside the group label, and is enabled using the "groupLabelFunction" property of the AdvancedDataGrid with an appropriate function. The summaryRow's placement is "group". This works fine in isolation.

My second summary is a row beneath the items in the group and is enabled by creating an AdvancedDataGridRendererProvider in the datagrid's rendererProviders collection. This works fine when the summaryRow's placement is "last", although it unfortunately breaks the first summary row. This now shows only "count = undefined".

Is there any way of enabling both summaries? As per the summaryReplacment help i have tried the following value "last group" but this has not effect.

Thanks
Mark