关键代码:
var hd = Ext.getCmp("interviewSubscriptionGrid").getEl().select('div.x-grid3-hd-checker').first();
if (hd.hasClass('x-grid3-hd-checker-on')) {
hd.removeClass('x-grid3-hd-checker-on');
}
转自:ExtJs CheckboxSelectionModel 全选操作后 清空表格头的checkBox