jQWidgets Forums

jQuery UI Widgets Forums Grid setcellvalue invokes error

This topic contains 1 reply, has 1 voice, and was last updated by  Justintkw 9 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • setcellvalue invokes error #84596

    Justintkw
    Participant

    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.

    setcellvalue invokes error #84599

    Justintkw
    Participant

    Please ignore. Stupid questions. I justed got the rowdata and updated it.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.