} else {
//bug# 3039282: NullPointerException when assign a model to Grid at onCreate
//The attribute shall be removed, otherwise DataLoader will not syncModel when setModel
Executions.getCurrent().removeAttribute("zkoss.Grid.deferInitModel_"+getUuid());
}
final DataLoader loader = getDataLoader();
//initialize paginal if any
Paginal pgi = getPaginal();
if (pgi != null) pgi.setTotalSize(loader.getTotalSize());
}