Hello,
Use setGridParam something like

jQuery("#mygridid").setGridParam({url:"my_newurl.php"});

Regards
Tony

On Sep 9, 11:59 am, drlinux <[EMAIL PROTECTED]> wrote:
> Hello,
> I want to get lastest url paramaters and add this paramater another
> url like that:http://blabla.com/action.php?q=1&page=1&rows=50&sidx=id
> tohttp://blabla.com/action.php?q=5&page=1&rows=50&sidx=id
>
> I tried out getUrlParam but it doesn't work with jqgrid.
> Thanks a lot.
> King Regards,
> Ibrahim
> PS: You can see the code below:
>
> http://dpaste.com/76882/

Reply via email to