Ext version tested:

  • 5.1.0.107

  • 5.1.1 Nightly Build 20141226


Browser versions tested against: Description:

I have a problem with the grid feature 'summary'. It always shows 0 as a value. This only happens when the feature is not configured with a dock option.



Code:



features: [ { ftype: 'summary'} ],

Here is a fiddle that demonstrates the problem:

https://fiddle.sencha.com/#fiddle/fjg

With a dock option everything works fine



Code:



features: [ {
ftype: 'summary',
dock: 'bottom'
} ],

Ralph