@@ -952,7 +952,7 @@ let createObj = {
$.each(this.rows, function(index, item) {
var row = gridRows[index];
if(row.viewCd === 'C') {
- modifyRows.push(item);
+ modifyRows.push(row);
} else {
if(row.itemId === item.itemId) {
$.each(chkColumns, function(index, column) {