I would like to change the value of a cell in code.
I have the row and proper dataIndx to reference the cell:
$grid.pqGrid("getCellData", { rowIndx: rowIndx, dataIndx: 'archived'});
I haven't been able to find a clear example of changing the value and updating the rowData.
Is there an example or tutorial you might direct me to?
Thank you!