@@ -56,7 +56,7 @@ var rationOprObj = {
rationGLJOprObj.getGljItems(cacheSection[args.row]);
}
- //me.workBook.focus(true);
+ me.workBook.focus(true);
},
getCache: function() {
var me = this, rst = me.currentRations["_SEC_ID_" + me.currentSectionId];
@@ -37,7 +37,7 @@ var sheetCommonObj = {
sheet.suspendEvent();
sheet.clear(-1, 0, -1, setting.header.length, GC.Spread.Sheets.SheetArea.viewport, GC.Spread.Sheets.StorageType.data);
if (rowCount > 0) sheet.setRowCount(rowCount);
- //sheet.clearSelection();
+ sheet.clearSelection();
sheet.resumeEvent();
sheet.resumePaint();