Wednesday 7 March 2012

How to remove check all/header checkbox option in extjs 4 checkboxmodel?


listeners: {
        
        afterrender: function (grid) {
           $('.x-column-header-checkbox').css('display','none');
        }
    }


No comments:

Post a Comment