Problem In Cgrid View Paging Loads Multiple Times Through Ajax

Hi,

Thanks for reading my query.

I have one website that has CGrid view that opens on Popup. So, every time popup is opened it loads YiiGridview.js file and Ajax Pagination on popup grid allows the ajax request to sent based on how many times the popup is opened.

e.g:

  1. first time on popup, when clicked on any page on datagrid paging, ajax request goes 1 time only.

Now, I close popup and then again open it.

  1. Now, when I clicked on any page on datagrid paging, ajax request goes 2 times for each requested page from paging.

Now, I close popup and then again open it.

  1. Now, when I clicked on any page on datagrid paging, ajax request goes 3 times for each requested page from paging.

and so on…

Please help…

Thanks a lot.