pagination wtih renderpartial

how to add pagination to a page which is renderpartial to another page that is how to add pagination to a renderpartial page…to show data in cgridview any suggestions will be appreciated…

If I understand your problem right, all you need is to set ajaxUrl in Cgridview config, and to make new action that will handle sorting and filter (ajaxUrl should point to that new action)

please check: CGridView.ajaxUrl

1 Like

Thanks for reply . would you please post an example of Cgridview with ajaxUrl property.