I have scenario where I am using one jqgrid with dropdowns and tetxtboxes as filter like this
lets assume one dropdown is having values - All, First, Second, Third, Fourth.
1) I select "First" and rows gets filtered with that value.
2) I edit that row, control navigate to other page, I save the data and come back to previous page.
3) This time I am not seeing my dropdown with value "First" as prepopulated. Its showing me "All" and I am seeing ALL data not the filtered one.
Any thought?