getUpdatedCells
Description
지정된 행의 수정된 셀 데이터들을 확인한다. 
 dataProvider.options.restoreMode  가 “explicit” 나 “auto” 로 지정되어 있어야한다.
Syntax
function getUpdatedCells(rows)
Parameters
rows
Type: Array of Number
확인하려는 dataRow 배열이다.
Return value
None.
Examples
    var rows = grid.getCheckedRows();
    var cells = provider.getUpdatedCells(rows);
 RealGrid HELP
 RealGrid HELP