Excel view (i.e. cell editing) and other inline editing currently don't work together.
Excel view can work with dialog based edit.
To hide row after cell editing,
$grid["afterSaveCell"] = "function(rowid, cellname, value, iRow, iCol){ jQuery('tr#'+rowid).hide(); }";