how to clear jqgrid when i click button in asp.net mvc
- by sandeep
hi ,i am new to jqgrid ,
i'm placing the code what i did .my question is that when i click html button i need to refresh the grid value with new values?how i pass paramateres to controller?
thanks in advance
jQuery(document).ready(function() {
$("#btnSearch").click(function() {
…