I have a portion of code to update a cell value like this:
jQuery("#myGridDiv").jqGrid( setCell , myRowToEdit, myColToEdit, myNewValue);
that s about it, and sometimes it happens that a blank dummy row is inserted at the end of the grid, this behavior is somewhat random but occurs often,
any help will be really appreciated