Hallo,
i want to get back to the same page in the grid where i jumped from a link in the grid to an other form.
how can i make this ??
Regards Gerd
In your new page, you can use $_SERVER["HTTP_REFERER"] which will have last referrer url.
Hallo Abu,
thank you, but i am starting in grid on page 4 and will come back to page 4. How do i make this ?
Hi,
You can store page urls in session and to send on prev.page you can read from session and redirect.
This area is specific to your app and not out of the scope of php-grid.
Hallo Abu,
from where I get the information on which page within phpgrid I am currently to store this in a session
Hi,
I am unable to understand your question.
Please email me along with screenshot and code at my email [email protected]
I'll try to suggest the changes.