@@ -2066,7 +2066,7 @@ function itp_fn_grid_reset_selection(e, lastrowid, gridId, menuId) {
return false;
}
});
- $('#' + gridId).resetSelection();
+ // $('#' + gridId).resetSelection();
};