Hi:
The the last of the following two lines invoked a javascript error:
var selectedrowindex = $("#jqxgrid_StdApp").jqxGrid('getselectedrowindex'); //returns valid value
$("#jqxgrid_StdApp").jqxGrid('setcellvalue', selectedrowindex, "AcaCompStatus", "Completed");
The error is: 0x800a138f – JavaScript runtime error: Unable to get property ‘displayfield’ of undefined or null reference
“AcaCompStatus” is a valid dataField with a string type. It is not displayed as a grid column, and I am thinking that is the cause for the error. However, I do need to update that particular datafield. Is there a way to do so when that datafield is not displayed as a column in the grid? Thank you very much.