View Poll Results: Was this helpful?
- Voters
- 320. You may not vote on this poll
-
Yes - Very Much
247 77.19% -
Yes - Had to tweak it
43 13.44% -
No - Maybe
14 4.38% -
Not at All!!!
16 5.00%
-
15 Nov 2010 2:52 AM #441
Here it is. I haven't tested all possible combinations and configurations since I only need one very simple thing.
There are two files. One contains a couple of patches for GroupSummary bugs (with links to the bug reports where you can find more information) and the other is a slightly modified version of the "experimental" version posted by mystix (i think) and buried somewhere in the 44 pages of this post, which works fine with ExtJS 3.3.0 and group summary (I just fixed a couple of problems I found and the groupsummary bugs that were present in the gridsummary as well).
Oh, and I added and option to choose whether to place the summary row above or below the grid scroller.
-
15 Nov 2010 10:51 AM #442
Thanks a lot!
This is exactly what I was looking for! You saved me some hours of work!
Kind regards
Salz
-
26 Nov 2010 8:07 AM #443
if you use this plugin with an EditorGrid, you should override the startEditing-method and add
since this row should not be editable and would fire js-errors on click (if the column is editable).Code:if (!row)return;
kind regards
tobiu
-
10 Dec 2010 12:20 PM #444
+1 on this plugin, thanks!
-
14 Dec 2010 1:16 AM #445
1+ for the plugin
After 444 posts I can just thank you very much for the plugin, I hope this plugin is staying alive.
I wish one day I'll be able to help too.First I would like to thank you for your time and knowledge
Win 7 Ext JS 4.1.3 IE(6-9), FF17
-
14 Dec 2010 2:16 AM #446
Ext.ux.grid.GridSummary Versions of this thread
Ext.ux.grid.GridSummary Versions of this thread
Original
http://www.sencha.com/forum/showthre...221#post111221
Experimental
http://www.sencha.com/forum/showthre...736#post497736
Last Version
http://www.sencha.com/forum/showthre...064#post539064
With EditorGridPanel
http://www.sencha.com/forum/showthre...767#post543767
With GroupSummary
http://www.sencha.com/forum/showthre...459#post148459
http://www.sencha.com/forum/showthre...587#post198587
http://www.sencha.com/forum/showthre...599#post198599
With remote paging
http://www.sencha.com/forum/showthre...579#post510579
With LockingGrid
http://www.sencha.com/forum/showthre...689#post332689
http://www.sencha.com/forum/showthre...409#post343409
Patch
http://www.sencha.com/forum/showthre...821#post511821First I would like to thank you for your time and knowledge
Win 7 Ext JS 4.1.3 IE(6-9), FF17
-
3 Feb 2011 7:23 AM #447
Problems with reconfigure
Problems with reconfigure
I thought I had this working with grid reconfigure, but now it is failing. I tried the version posted by ExTriqui but it has the same problem. I can confirm that refreshSummary is not being invoked after a reconfigure where the store is changed. Looking at the code, in the init() method we see "grid.store.on({add : this.refreshSummary..." and I'm not sure if I understand how, after a reconfigure, the new store is supposed to get those events. Anybody else have this working with reconfigure?
Thanks,
-Tod
-
11 Feb 2011 6:23 AM #448
grand total
grand total
I'm trying to work out if there's a way to have a grand total at the bottom under all the other totals with this plugin.
So you have a total of all the totals.
-
13 Feb 2011 9:23 AM #449
Scrolling problem
Scrolling problem
I've plug GridSummary to my Ext.grid.EditorGridPanel as a top-row. Very well!
I have a Grid with 10 columns and fixed with. So, there appears a horizontal scrollbar.
But as you see in attachement, if I scroll grid Horizontally to the right side of the grid, the SummaryRow seems to become offseted.
By the way, the SummaryRow scrolls synchronyously, but only beyond the end for a distance (I guess, the width of vert-scrollbar) it stops to scroll!
Does anybody knows this problem?
-
20 Feb 2011 10:29 AM #450


Reply With Quote