jqgrid creation and removal dynamically
How to remove and add jqgrid dynamically update the jqgrid The data in the jqgrid has to be changed of click event.开发者_如何学JAVA how is it possible to remove or update the existing jqgrid
If I understand your question correct, you should use GridUnload method. Look at the following answer which include the demo. The demo shows how to remove current grid and on the same place create another grid with another parameters (an additional column). I hope it is what you need.
To select records on the base of year from DataTable in Jqgrid Jquery I have a DataTable and want fiteration in JQGrid
精彩评论