There must be more than 10 items (by default) passed to CGridView by the data provider before the pagination controls will appear. I’m assuming you have populated the columns property in CGridView. If you have columns setup and you are passing more than 10 items into CGridView, but you still don’t see the pagination controls, then the problem might be with you data provider code. Try posting some more of the code, and maybe we can figure out what’s wrong.