Jqgrid UserData Posting Null On Refresh
I have a jqgrid and a form. When the grid is refreshed, I am attempting to send the values of the form to the server side handler. For testing, I'm using just one variable in the f
Solution 1:
I'm way late with this reply, but the trick is to use a function:
postData: {POINIT : function() { return $('#POINIT').val(); }}
Post a Comment for "Jqgrid UserData Posting Null On Refresh"