Keep filtered rows when returning to page

I have some filters in the header of a grid, and they are working fine. Each row has a link to other page so after filtering I click on a row to go to the other page.
When I click on “back” button of the browser (IE7) filters’ texts are there but the grid isn’t filtered.

Is there a way to keep the grid filtered when returning from other page (through back button) or to call filterbyAll when that happens?

You should just try to use filterbyAll method after returning to the page with filters.

I tried it but it does not do anything

I tried after the grid is loaded and also after the html body is loaded… and nothing

The filters have data selected

I made some test and although the input boxes and combo have data selected when I get the values of the filters, they come empty