This topic is locked

Refresh list page after record updated by custom button

7/25/2016 3:31:52 PM
PHPRunner General questions
romaldus author

How to Refresh list page after records updated by custom button?

Sergey Kornilov admin 7/25/2016

You can try something like this in ClientAfter event:

location.reload();
romaldus author 7/26/2016



You can try something like this in ClientAfter event:

location.reload();



SOLVED.

Thanks