CgridView Help

hello friends,

i am using the cgridview widget to display some data and using pagination too. but the problem i am have is i need to replace the pagination div. i need to place it on the footer of page like


<div id="footer">

  <div id="pagination">

    <!-- pagination: << < 1 2 3 4 > >>  --> 

  </div>

</div>

but when i check the html code the pagination div is automatically created by the widget, some div like


<div class="pager">

   <!-- pagination: << < 1 2 3 4 > >>  -->

</div>

is any solution to do like this…

thanks in advance…

there is a template field for this… check out yiiplayground for some code

API doc for CGridview template.

(Not "footer of the page", though.)

/Tommy