1
I have 3 View’s, a main (Index) containing fields to perform filters and a search button, another ,Gridindex (rendered inside the Index view), where records are demonstrated based on search filters, and a third (Information) which is displayed when the user clicks on an existing button in Gridindex.
When the user accesses the information view, and goes back to the previous page, only the Index view is displayed, forcing the user to click the search button again to display the records.
There is a way, when the user goes back to the previous page, in addition to the Index, to display the filled Gridindex?