-
12 Dec 2008 2:28 AM #121
Hi,
I try to combine multigroup and autogrid with no luck,
if i put onMetaChange to Ext.ux.MultiGroupingPanel seems that event never get called,
I think combination of on-the-fly column creation with grouping ability will benefit us all.
Thanks,
-
23 Dec 2008 2:13 PM #122
I upload one example with fix for grouping boolean typed column without errors: http://www.jadacosta.es/extjs/examples/multigroup3/MultiGroup.html
Thanks to Aurelien for this fix.
PHP Code:> for (var j = 0; j < gfLen; j++) {
> fieldName = groupField[j];
> fieldLabel = this.cm.lookup[this.cm.findColumnIndex(fieldName)].header;
> v = r.data[fieldName];
> if (v !== "") {
> if (i == 0) {
> // First record always starts a new group
>
> if(v !== "") tests for type match too, not just value match. Using this, one can properly group by true/false columns.
-
31 Dec 2008 8:09 AM #123
I've tried to download that file but it tells me that it's corrupt. I'm really interested in multigroupingsummary but i don't know how to implement it. Please anybody could upload the right file?
Thanks
Yolanda
-
11 Jan 2009 9:47 AM #124
Not working in Chrome
Not working in Chrome
Hi, first of all thanks for such a great extension but i have problems making it work in Chrome, at first i had some issues with console nothing was shown on the page, then i commented out every call to console and now the grid is shown but no data on it if i remove all the grouped fields from the bar then the data is there but no grouping, anyone else with this kind of problem?
Thanks in advance.
Jer
-
12 Jan 2009 7:29 AM #125
Hi,
I am interrested in this UX, Where can I find the latest stable sources?
Thank you.
-
24 Jan 2009 9:20 PM #126
groupTextTpl below row instead of the top
groupTextTpl below row instead of the top
Hi there,
I was wondering if I can use the groupTextTpl somehow as a footer rather than a header?
Thanks
P.S
maquejp, you can get it here: http://jaffa.sourceforge.net/JaffaRI...ultiGroup.html
or here: http://www.jadacosta.es/extjs/exampl...ultiGroup.html
btw, they come from two different sources.
-
26 Jan 2009 2:14 AM #127
Nope - you need to use the MultiGroupSummary extension - as far as I know.
This is because the doGroupEnd method is implemented incrrectly.
I have a version which allows multi level grouping and multigroup summaries - I'll upload the code later today if I get the chance - it's not fully tested etc but it seems to be working for me.
w://
-
26 Jan 2009 7:29 AM #128
error using the rowactions plugin
error using the rowactions plugin
Hi,
im trying to use rowactions plugin with MultiGroupingGrid but it doent render the buttons. and i think everything executes fine because i never get any error messege in firebug console either?
any hints guys ?--
Praveen Gunasekara
-
26 Jan 2009 7:32 AM #129
Are the references to the icons set up properly? I think that this is set up in the CSS for this plugin.
Can you get it to work on a bare minimum configuration grid?
w://
-
26 Jan 2009 7:43 AM #130


Reply With Quote

