Hi Isomorphic,
I have a problem with recordComponents that are displayed in a groupSummaryRow. IMHO they should not be displayed, like they are not in gridSummaryRow.
I have the problem in latest SmartGWT 5.1p (v10.1p_2017-02-22). But is it more easy reproduced in 11.0 SmartClient Feature Explorer (now on ISC_110_BRANCH_2017-02-15). Please add this to the gridCellWidgets-sample:

As you can see the groupSummaryRow shows unwanted icons while the gridSummaryRow does not.
Best regards
Blama
I have a problem with recordComponents that are displayed in a groupSummaryRow. IMHO they should not be displayed, like they are not in gridSummaryRow.
I have the problem in latest SmartGWT 5.1p (v10.1p_2017-02-22). But is it more easy reproduced in 11.0 SmartClient Feature Explorer (now on ISC_110_BRANCH_2017-02-15). Please add this to the gridCellWidgets-sample:
Code:
[B]ListGrid configuration:[/B]
showGridSummary: true,
showGroupSummary: true,
groupByField: "continent",
[B]ListGrid fields:[/B]
{ name: "population", title: "Population", summaryFunction:"sum" },
As you can see the groupSummaryRow shows unwanted icons while the gridSummaryRow does not.
Best regards
Blama
Comment