-
29 Aug 2012 1:57 AM #1
Answered: How To Use Two Or More Features In Grid
Answered: How To Use Two Or More Features In Grid
How To Use More Than One Features In Grid, Pls Help Me

For Example,How to Use Summary & GroupingSummary Features In One Grid.
Thx!!
-
Best Answer Posted by scottmartin
You can use multiple features as follows:
Since both of these particular features display a summary column, you will get duplicates, but you get the idea.Code:features: [{ groupHeaderTpl: 'Subject: {name}', ftype: 'groupingsummary' }, { ftype: 'summary' } ],
Scott.
-
29 Aug 2012 12:41 PM #2Sencha - Support Team
- Join Date
- Jul 2010
- Location
- Houston, Tx
- Posts
- 7,185
- Vote Rating
- 194
- Answers
- 433
You can use multiple features as follows:
Since both of these particular features display a summary column, you will get duplicates, but you get the idea.Code:features: [{ groupHeaderTpl: 'Subject: {name}', ftype: 'groupingsummary' }, { ftype: 'summary' } ],
Scott.
-
29 Aug 2012 5:34 PM #3
Thx,I works.
By the way,How I can add one summary row on the bottom?Last edited by mwylaoma; 29 Aug 2012 at 5:52 PM. Reason: More Question
-
29 Aug 2012 6:48 PM #4Sencha - Support Team
- Join Date
- Jul 2010
- Location
- Houston, Tx
- Posts
- 7,185
- Vote Rating
- 194
- Answers
- 433
You would have to add this yourself. Here are a few UX's that may be of interest:
http://www.sencha.com/forum/showthread.php?233321
Scott.
-
30 Aug 2012 7:53 PM #5


Reply With Quote