Cgridview Display Summarytext Under Grid

cgridview display summaryText under grid

CGridView’s [font=“Courier New”]template[/font] property can be adapted to your needs. Defaults to [font=“Courier New”]"{summary}\n{items}\n{pager}"[/font]. So it can be [font=“Courier New”]"{summary}\n{items}\n{summary} {pager}"[/font] for instance…

If it’s the contents of the summary text you want to change, you can override the CGridView’s [font=“Courier New”]summaryText[/font] property. If you want to see how its contents are generated, you may want to check CBaseListView source code in renderSummary() method