This topic is locked

Refresh master list page on child delete

10/15/2016 7:01:08 AM
PHPRunner General questions
jimbeam author

Hello,
Fon Inline add and Inline Editof a child record, I am able to refresh the master list (refresh the whole page actually) using the instructions from the manual regarding the Javascript OnLoad event:
Inline Add:
( fieldsData ) {
location.reload();
} )
Inline Edit:
[color=#0000ff]this.on(function( fieldsData ) {
location.reload();
} )
However, I cannot do the same when a child record is deleted. What's the best way to do it?Regards,

Jim

M
mmakis2000 11/15/2016

Hello JimBeam, did you maange to find a solution?

I've been strugling with this issue without any success.

Thanks

Thomas

jimbeam author 11/15/2016

Hello,
No, not really. Maybe a member of the team could help?
Regards,
Jim

jadachDevClub member 11/15/2016

Can't you do redirect to another page after record deleted

.../list?a=return