I found several examples how to use Ext.ux.grid.GridSummary() in GridPanel, main problem here is if I try to summary plugin on this way:
plugins: new Ext.ux.grid.GridSummary(),
I get JS error that Ext.ux.grid.GridSummary() is not a constructor?!
Any idea about this or hint?
Did you include the correct JavaScript file? The
ux-namespace is not part of the standard ExtJS distribution and must be included manually. You must includeEDIT:
Just noticed: shouldn’t it be
Ext.ux.grid.GroupSummary?