How to enable and disable sort in Yii2 GridView?

How to enable and disable sort in Yii2 GridView ?

6173

yii2.png

In Yii 1 sort for attributes from related models was disabled by default. I think it will be the same for Yii 2.

However this tutorial explains how to sort attributes from related models

http://www.yiiframework.com/wiki/281/searching-and-sorting-by-related-model-in-cgridview/