-
2 Feb 2011 5:19 AM #11
This sounds like the same problem that I fixed. Did you debug it yet ?
Yaron Yogev
IT Software Developer
-
2 Feb 2011 5:22 AM #12
nodes has the same id's eg. "ext-gen14-gp-group3-(none)-hd"
-
2 Feb 2011 5:29 AM #13
Then find why they all get the same ID. It might be a problem with your grid data.
You will need to debug this yourself. I did not write this extension, and I don't claim that my modifications fit all possible cases or that the code is bug-free.Yaron Yogev
IT Software Developer
-
11 Jul 2011 1:43 AM #14
Hi yyogev
some of the child nodes not collapsing or expanding
-
11 Jul 2011 2:45 AM #15
-
8 Aug 2011 5:58 AM #16
Hi yyogev,
I am using the libraries you kindly provided in your zip file in the above post with Ext3.4 (I am using group summaries)
However I have a problem in that the header row has a blank cell inserted at the start of the row, this is throwing all the sub-totals off.
This doesn't happen if I use the base libraries from sourceforge but then I don't get any group summaries at all..
Can you help or point me in the right direction.
Thanks
multi group blank cell.png
-
9 Aug 2011 8:44 PM #17
Yes, I know of this problem. I've lived with it for over 2 years, but never managed to solve it (tried for a few hours and then abandoned it). It is more complicated than it looks.
Notice also that in IE it does not happen.Yaron Yogev
IT Software Developer
-
10 Aug 2011 8:19 PM #18
some of the child nodes not collapsing or expanding
some of the child nodes not collapsing or expanding
sijuthomas may be it is no the best solve of this problem but i do so, and it's work fine

look above
1. Add new variable
2. Inc variable
Then i do thisCode:// init counter var cn = 0; // ADD NEW VARIABLE for (var i = 0, len = rs.length; i < len; i++) { added = 0; var rowIndex = startRow + i; var r = rs[i]; var differ = 0; var gvalue = []; var fieldName; var fieldLabel; var grpFieldNames = []; var grpFieldLabels = []; var v; var changed = 0; var addGroup = []; cn = cn + 1; //inccounter
And thisCode:gid = gidPrefix + '-gp'+cn+'-' + gp.dataIndex + '-' + Ext.util.Format.htmlEncode(gp.value);
Code:getRowsFromGroup: function(r, gs, lsField){ var rx = new RegExp(".*-gp.*-"+lsField+"-.*");
-
6 Feb 2012 3:41 AM #19
ss is undefined
ss is undefined
Please I need help. I from argentina and I need used multigrouping in a proyect. this is a error in firebug
ss is undefined
for (var hh = 0; hh < ss.items.length; hh++)
MultiGrouping.js (línea 189)
Thank You
-
6 Feb 2012 4:19 AM #20
NOT collapse or expand groups
NOT collapse or expand groups
Multigrouping not collapse. this is error in firebug
d.replace is not a function
ext-all.js (línea 7)[IMG]chrome://firebug/content/blank.gif[/IMG] ...mo",-1),h=C.getDaysInMonth()-g,e=this.cells.elements,s=this.textNodes,E=(new Dat...
Some help? thank
Similar Threads
-
How to set start/end TIME for Ext.calendar.CalendarPanel (Ext 3.3. beta)
By omermx in forum Ext 3.x: Help & DiscussionReplies: 2Last Post: 8 Dec 2010, 12:21 PM -
How can we make groupField to be Selectable in Ext.ux.MultiGroupingPanel
By ramana_l_v in forum Ext 3.x: Help & DiscussionReplies: 0Last Post: 31 Dec 2009, 4:47 PM -
Ext.nd Beta 1
By RWaters in forum Ext.nd for Notes/DominoReplies: 12Last Post: 14 Feb 2008, 12:53 PM -
Ext 2.0 Beta 1 Now Available
By ReyBango in forum Community DiscussionReplies: 4Last Post: 12 Oct 2007, 6:04 AM -
[beta] Ext.ux.ItemSelector (part of Ext.ux.Multiselect v1.2)
By tjstuart in forum Ext 1.x: User Extensions and PluginsReplies: 36Last Post: 20 Sep 2007, 3:42 PM


Reply With Quote