We are using jqGrid for ASP.Net version 3.6.6.0. We are facing a problem in search/filter as described below:
- We have created a jqGrid using ASP.Net (C#) having column likes Name ,Status etc. There is a hyperlink on Name column.
- We are able to successfully populate the grid
- User applies search on a column say “Name=’XYZ’” and grid is updated according to search results.
- User clicks on Name link and is taken to details page of that Name.
- Now when user clicks back from that details page ,search is lost.
- We were able to persist the searched grid details using session however we are not able to set the searched text back in search text box. i.e we are not able to set the value “XYZ” in search text box of Name Column.
Need your help in knowing which property or method is to be used to set the Filter text box through code.