<?PHP \yii\widgets\Pjax::begin(['timeout' => 10000,'clientOptions' => ['container' => 'pjax-container']]); ?> <?= GridView::widget([ // ... configuration here ]);?> <?PHP \yii\widgets\Pjax::end(); ?>
see here