I am trying to use the following official example on my local set up: http://dev.sencha.com/deploy/ext-3.3.1/examples/grid/ColumnHeaderGroup.html
The javascript error I am getting is:
Ext.ux.grid is undefined
var group = new Ext.ux.grid.ColumnHeaderGroup({
I have already included the corresponding js and css files.
any pointers or alternative way to implement column groups in extjs