I m working on MVC 3 with JQGrid. I have created a Custom Search Panel for the search instead of using the 'filterGrid' or 'filterToolbar'. I have a Users Action from which the JQGrid get filled. i created another Json Action which get the filtered result based on the parameter passed by 'Custom Search Panel'. The Json Action fired by Post method using jquery.
i want to know how to fill the JQGrid with the filtered data ? any ideas?