Stop passing param while grid searching with pjax

Hello there,

I spent many hours to solve my problem but i haven’t found any solution yet…

I am using "yii\widgets\Pjax;" on GridView::widget and all are working fine. but i want to stop passing parameters in URL, while grid view searching…

I really need help on this.

Regards,

Dharmesh

Did you try to set ‘enablePushState’ to false?

http://www.yiiframework.com/doc-2.0/yii-widgets-pjax.html#$enablePushState-detail

Its working fine,

Thanks a lot softark