How to enable ajax update in yii2 GridView ?

How to enable ajax update in yii2 GridView ?

I need to use ajax update instead of using GET method. How to do that in Yii2 ?

Google for pjax grid. There is a recent wiki article too.