Thanks, but when for example hide attribute is set on a column with:
colModel[0].hidden = true;
The checkboxes are still there (in columnselector) even though column is hidden...so it need to be updated...
grid.option( 'colModel', grid.option( 'colModel') );
grid.refresh();
doesn't seem to update that?