I know it\'s been asked before, but I cant get it to run and I\'m out of things to try.
I want to colorize a row in a Grid if its value is not 1 - I use a custom for
afterInsertRow: function (rowid, rowdata) { $(grid).jqGrid('setRowData', rowid, false, { background: 'red' }); }
Very Simple and works