if (type == ListDataEvent.STRUCTURE_CHANGED && _model instanceof Sortable && _cols != null) { //ZK-1704 added null check for _cols
                Sortable<Object> smodel = cast(_model);
                List<Column> cols = cast(_cols.getChildren());
                boolean found = false;
                for (Column col : cols) {