Pjax Gridview Example

Could anyone provide a small Pjax example? Just using




Pjax::begin();

echo GridView::widget([...]);

Pjax::end();



is not enough as it seems. If I click on delete the page is still reloaded. Also the filtering causes page reloads. I’d be happy if someone could show what I have to do to make deletion via PJax posibble.