<?php Pjax::begin(['id' => 'pjax-grid-view', 'timeout' => 60000]); ?>
<?php
$script = <<< JS
$(document).ready(function() {
$.pjax.reload({container: '#pjax-grid-view', timeout:false})
});
JS;
$this->registerJs($script);
?>
////все остальное
<?php Pjax::end(); ?>