Hi,
Getting an odd exception when trying to open a panel with grid in my Ext2 app running on Ext3 (see below).
Here is the ext3RC1 code from ext-all-debug.js
Code:
Ext.data.GroupingStore = Ext.extend(Ext.data.Store, {
//inherit docs
constructor: function(config){
Ext.data.GroupingStore.superclass.constructor.call(this, config);
this.applyGroupField();
},
The function exists in the class. What could be causing this exception?
Code:
Error: this.applyGroupField is not a function
Source File: http://localhost/ontregrid/ext3/ext-all-debug.js
Line: 14443
Thanks for any tips.