forum

Home / DeveloperSection / Forums / Re-load jqgrid data based on the asp combobox selection

Re-load jqgrid data based on the asp combobox selection

Manoj Bhatt 4178 25-Aug-2014

Is it possible to reload jqgrid onchange of asp combobox?

Am trying to get dropdown list change like this :

  $("#txtGroupLevel").change($("#table").jqGrid({

  postData: { groupId: $("#txtGroupLevel option:selected").val() },

Is this the right way to do? even though am unable to get the selected value from dropdown.

Kindly assist.


Updated on 25-Aug-2014

Can you answer this question?


Answer

1 Answers

Liked By