I noticed when looking in the firebug in the net tab that the CListview ajax pagination actually requests the whole page, and somehow then extracts and switches the CListview from the returned page and updates it on the DOM (or something like that).
(If you click on the little [+] sign and open the GET request, and then click on the Response panel, or the HTNL panel, you can see the response of the GET request)
Is there a way to make it use a different url for ajax update than the currrent url, so that I can use a partial for outputing the next pages , as oposed to rendering the whole template ?