On click on Edit, the entire table gets fadeTo using the following code
$("#ProductListTable_Div").fadeTo("slow", 0.33);
And the current row is replaced by div which has Save and Cancel Button
So when the user clicks the Save or Cancel button the div is hidden and the entire table is restored to normal state.
$("#ProductListTable_Div").fadeOut("slow", function() {});