Hi
Brilliant grid
Can anyone point me to an example of using LoadBeforeSend to add a whole lot of header parameters to the RequestObject before it is sent?
I am hoping there is some way I can combine it with jquery $(form).serialize method to easily post back all my filter type inputs when the grid needs refreshing
Currently I am doing each filter input one by one using the following type of call in BeforeRequest
BeforeRequest: $.extend($(this).jqGrid(“getGridParam”, “postData”), {Filter1:$(“#filter1”).val()}) but it seems a bit of a hack
Thanks
Mark
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top