how to reload jqgrid in asp.net mvc when i change dropdownlist

前端 未结 2 1293
北荒
北荒 2020-12-15 14:29

what is wrong in this code? when i change drop down list,the grid takes old value of ddl only, not taken newely selected values why?

<%--

        
2条回答
  •  遥遥无期
    2020-12-15 14:47

    Another option is jQuery("#list").jqGrid().setGridParam({url : 'newUrl'}).trigger("reloadGrid")

提交回复
热议问题