Hi everyone, I want to know if it´s possible refresh the page using
<meta http-equiv=’refresh’ content=’300′> but without lossing the possition.
I mean if Im in the page 45 and in that moment happens the refresh, I need to keep in page 45
2 Answers
If you are loading whole page, you can use session and preserve last page. https://www.gridphp.com/docs/grid-appearance-faqs/#q-how-to-retain-page-number-on-page-refresh
If you need to reload just grid, you can call reload function in setTimeout(). Refer:https://www.gridphp.com/docs/javascript-api-faqs/#q-how-to-reloadrefresh-grid-using-javascript-code-eg-button-click
Another option is to use state persistence.
Your Answer