jquery Programming Glossary: retrows
JQ grid, marking row/column as dirty so that can be returned using .getChangedCells('dirty') http://stackoverflow.com/questions/14703082/jq-grid-marking-row-column-as-dirty-so-that-can-be-returned-using-getchangedce #list4 .jqGrid setCell rowId 'pricePSF' '' dirty cell var retRows '#list4' .getChangedCells 'all' var retCol '#list4' .getChangedCells.. #list4 .jqGrid 'getGridParam' 'colNames' if retCol '' retRows '' alert retCol for i 0 i retCol.length i var obj retCol i.. i 0 i retCol.length i var obj retCol i obj 'row_Index' retRows i 'row_Index' obj 'unitStatus' retRows i 'unitStatus' obj 'pricePSF'..
JQ grid, marking row/column as dirty so that can be returned using .getChangedCells('dirty') http://stackoverflow.com/questions/14703082/jq-grid-marking-row-column-as-dirty-so-that-can-be-returned-using-getchangedce rowId allRowsInGrid j 'id' '#list4' .addClass dirty cell #list4 .jqGrid setCell rowId 'pricePSF' '' dirty cell var retRows '#list4' .getChangedCells 'all' var retCol '#list4' .getChangedCells 'dirty' var entireGrid #list4 .jqGrid 'getGridParam'.. var retCol '#list4' .getChangedCells 'dirty' var entireGrid #list4 .jqGrid 'getGridParam' 'colNames' if retCol '' retRows '' alert retCol for i 0 i retCol.length i var obj retCol i obj 'row_Index' retRows i 'row_Index' obj 'unitStatus' retRows.. 'colNames' if retCol '' retRows '' alert retCol for i 0 i retCol.length i var obj retCol i obj 'row_Index' retRows i 'row_Index' obj 'unitStatus' retRows i 'unitStatus' obj 'pricePSF' retRows i 'pricePSF' alert retRows i 'unitStatus' ..
|