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
Original issue reported on code.google.com by
vlui...@tiscali.it
on 18 Jul 2011 at 2:23Attachments: