Cgridview Customization

Hi to everyone.

I have a CGridView, and i want to remove or change the labels "Displaying … results of …", and "Go to page" but i didn´t find any documentation about that, only about other functionalities.

Thanks a lot!

[color="#556B2F"]/* Moved from "General PHP Topics" to "General Discussion for Yii 1.1.x" */[/color]

Hi DavidMarin, welcome to the forum.

See "summaryText" property of CGridView.

http://www.yiiframework.com/doc/api/1.1/CBaseListView#summaryText-detail

¡¡Thank you very much softark!! It’s exactly what i’m looking for.