function CheckUncheckCheckbox(GridObject, Column, CellValue, Status) { // Column Index var ColumnIndex = GetColumnIndex(GridObject,Column); // Row index var RowIndex ...