Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.