Hi,
I guess this is the same behavior without DFFS? – the default SP behavior is to refresh the parent form when saving an item.
I’m sorry, but I don’t have a good method to prevent the reload, but from a google search I see that this might work:
setTimeout(function(){
<script type="text/javascript">
g_varSkipRefreshOnFocus = true;
},1000);
</script>
Put the code in a CEWP in the list view.
Please let me know if this works.
Alexander