nijogeorgep / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

ListGrid with groupSummary and gridSummary problem #608

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1.In attached example
2.Group By Assignee

What is the expected output? 
ListGrid grouped with group summary and grid summary

What do you see instead?
the group fails

What version of the product are you using? 
/builds/SmartGWT/2.x/LGPL 2011-07-18

On what operating system?
XP, W7

What browser(s) does this happen in?  

FF 4.0, FF 5.0, Crome 12.0.742.122

Please provide any additional information below.
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:30

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the clear test case. We've now resolved this issue. The fix will be 
present in upcoming nightlies, and the 2.5 final release.

Original comment by smartgwt...@gmail.com on 18 Jul 2011 at 9:53

GoogleCodeExporter commented 8 years ago
Thanks to you the good work

Original comment by vlui...@tiscali.it on 20 Jul 2011 at 1:12