I looked at all the relevant examples, but haven't found a solution yet that would work for me. I want the cell to be highlighted if it has validation error. I tried the a solution
from stackoverflow that makes use of checkValues
but it didnt work as in the following
$.jgrid.checkValues = function(val, valref, g, customobject, nam)
g
, customobject
and nam
are undefined and I can't figure out what these parameters are for.
My validation is calculation based, so I tried custom function in the edit rules. It works, but I don't want a popup dialog, I want to highlight the cell with validation error.