jQWidgets Forums

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts

  • jensor123
    Member

    Thanks Peter,

    I’m not sure why it appeared to be working before, but I did what you suggested and that took care of the problem. For anyone who finds this in the future, here is the fix I made to the source object:

    var source = {
    localdata: gridModel.items,
    datatype: 'local',
    updaterow: function(row, rowdata)
    {
    var observableArray = gridModel.items;
    observableArray.replace(observableArray()[row], rowdata);
    }
    }

Viewing 1 post (of 1 total)