Removing Pagination

Hello,

What is the preferred way to remove the pagination (Displaying 1-1…) from views. I would like to remove it from only a few views, but if it has to be all or nothing that is fine.

Thanks!

Jim

Where exactly do you need to remove the pagination…

For example in CGridView there is a property enablePagination that you can set to false - http://www.yiiframework.com/doc/api/CBaseListView#enablePagination-detail