Yii2 Grid Column Filteration issue

Yii2 Grid Column Filteration issue

I have multiple gridview in one form with render layout.

When click on gridview column filter it will fubmit full form but it should be filter data from grid.

I have also set pAjax for gridview then also form will be submited and goes to index action.

Anyone have any idea about this issue how to fix it.