I have a Sub grid on a form. I make changes to the grid rows and then save the grid. This looks correct.
When I save the parent form it overwrites the grid row changes with the original data.
Everything I have read says that the sub grid is unaffected by the parent save and this seems to be untrue.
Running debug shows an update request with the original data.
I have to assume they have added this functionality and it is buggy.
Anyone else experience this.