Owd-Larrd / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

ListGrid with groupSummary and gridSummary proble m #474

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
/builds/SmartGWT/2.x/LGPL 2011-07-18

Platform information:

XP, W7

FF 4.0, FF 5.0, Crome 12.0.742.122

GWT 2.3.0

Give a Detailed description of the problem.
When I define a ListGrid with:

        listGrid.setShowGridSummary(true);
        listGrid.setShowGroupSummary(true);

see attached code..

when grouped by Assignee, for example, what happens is that the group fails, 
and if I define only:

        listGrid.setShowGridSummary(true);

then it works fine but I'm not group sub total.
In dev mode there are exception, see DevModeConsole.txt

This occours in my project in all ListGrid with
        setShowGridSummary(true);
        setShowGroupSummary(true);

This happens from mid-June, using /builds/SmartGWT/2.x/LGPL 2011-06-03 it works 
fine, without exception in dev mode.

Thanks in advance.

Original issue reported on code.google.com by vlui...@tiscali.it on 18 Jul 2011 at 2:23

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry I was wrong project, I apologize again

Original comment by vlui...@tiscali.it on 18 Jul 2011 at 2:25

GoogleCodeExporter commented 9 years ago

Original comment by zundel@google.com on 1 Aug 2011 at 5:12