Hybrid View
-
21 Aug 2010 9:23 AM #1
Show GroupSummary within group
Show GroupSummary within group
Hello.
I am using ExtJS 3.2.1 and Ext.ux.grid.GroupSummary. Per default the summary plugin places the "summary row" right below the group and thus always showing regardless if the group is expanded or not.
I searching for a way to have the "summary row" to be inside the group and only show when the group is expanded.
Source and example can be found here
http://lagnut.net/settlers/support.js.php
http://lagnut.net/settlers/gridsum.php
-
21 Aug 2010 11:12 AM #2
-
21 Aug 2010 11:43 AM #3
I don't want the summary to be on the same line as the group-title. Otherwise cool thou.
-
23 Aug 2010 1:24 AM #4
You can use a CSS hack (similar to link proposed) to show summary when expanded ...or hide when collapsed:
Code:.x-grid-group-collapsed .x-grid3-summary-row { display: none; }
-
23 Aug 2010 4:30 AM #5
Similar Threads
-
How to put groupsummary on the header of each group
By hiweed in forum Ext 3.x: Help & DiscussionReplies: 2Last Post: 22 Jul 2010, 5:16 AM -
Grouping Grid - Group Name does not show up
By Mike Lee in forum Community DiscussionReplies: 6Last Post: 9 Oct 2008, 6:47 AM -
Group Summary Plugin: Howto add new GroupSummary type?
By RobertCZ in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 22 Feb 2008, 1:24 PM -
show radio group on one row
By wisecounselor in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 9 Jan 2008, 10:36 PM


Reply With Quote