how to remove Displaying 1-n of n results

This may seem as an easy question but I could not figure out how to remove the “Displaying 1-n of n results” from the CGridView generated table. I have ‘enablePagination’=>‘false’ but it did not help for this

cheers,

b

Is it summaryText property? Just set it to an empty string.

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

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

Excellent. This is what I was looking for. Thanks qiang.

I also took a look at the summaryText suggested by andy_s and eventho it did not directly resolved my situation it was useful to look at the functionality this property offers.

Cheers

b