Threaded View
-
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.


Reply With Quote