- Re-load jqgrid data based on the asp combobox selection
- $("#txtGroupLevel").change($("#table").jqGrid({
- .....
- postData: { groupId: $("#txtGroupLevel option:selected").val() },
- .....
- $(function () {
- $("#txtGroupLevel").change($("#table").trigger("reloadGrid"));
- });
- ........
- .........
- postData: { groupId: $("#<%= txtGroupLevel.ClientID %>").val() }