hey again,
i’m using:
filter: function() {
// update the grid and send a request to the server.
$(“#jqxgrid”).jqxGrid(‘updatebounddata’, ‘filter’);
},
to filter and i’m sending to sever above 7000 characters
and its append it to the url, how i can send the filters with json? i’m using asp mvc