Hi.
I'm just gonna borrow this thread, since I'm having problems with setGridParam as well.
I have added a custom buttom, and whenever that button is clicked, it should call an url.
It works fine at this stage, but the problem occurs when I would like to pass the selected row to the url.
Is it possible to do this?
My code for now is:
jQuery(“#adminlist”).jqGrid().setGridParam({url : 'gridQueries/resetpassword.php'});
jQuery(“#adminlist”).trigger(“reloadGrid”);
Best regards
Kim