I am using jQuery.jqGrid
for showing data in Asp.net MVC4 Razor view engine. I have a popup dialog and in this popup dialog I have jqGrid. On the jQuery(document).ready
function I called jQuery("#list").jqGrid
and now as per my requirement I want to fill this list again by using some other condition. So i got a problem i.e. once jqGrid is filled data after that how to filled it again on any button click event???
Or how to clear exixting data from jqGrid????
Please help me out....