jqGrid highlight the new added row
问题 Is that possible to highlight the new added row in jqGrid. The highlight effect is something like this Highlight Effect So, when the new row is added, the row will be highlighted, that will make clear for user which record is the new one. Many thanks! 回答1: Yes, I have used the following to briefly highlight a newly-added row. It produces a nice effect to let the user know there is new data, and sounds just like what you are looking for: jQuery("#" + rowId, "#myGrid").effect("highlight", {},