I have an application that works perfectly but in the console I get the following error:
Uncaught TypeError: Can not read property 'addCls' of null
But the application works correctly, because I sent this error if the application works?
I found the problem, but not how to fix it.
in my grid when I add:
features: [{ftype: 'grouping'}]
I start to get this error.
hopefully you can help me. regards
x-grid-table? - Jan Sreturn (me.isGrouping ? Ext.fly(item) : this.el).down('table.x-grid-table');which will return undefined if you have grouping enabled - Jan S