CGridView data on next page

Hi All,

I am using CGridView to show my content list and I have up and down button to change the order of this content. Also I am using pagination as well.

All is good but once I come to end of the list, and click down button how can I get the data of next page and replace with the last data of curret page ? Any idea will approciated.

Thanks

Umut

I haven’t checked this thoroughly, but you should be able to use “$.fn.yiiGridView.update” in your JavaScript to update the grid.