I have a layout with a combined detail and collections layout.
The form is at the top, then the toolbar for the collection and then the grid.
It all works fine, but the problem is that when the user adds a new item to the grid, they are sent to the detail page, which is fine, they then create or edit the item. But then when save, they are redirected back to the original list rather than my combined form.grid. (I hope this makes sense).
I have made many many attempts at overriding this redirection, but nothing seems to work. So, my question is, how do I override the redirection from a form to a collection that is not the default.
thanks