[Solved] CGridView & CTabView

Hi I have a CGridView beneath a CTabView. After deleting a record from the CGridView, the Grid isn’t updated. Page freezes after trying to refresh the page. Does anyone know of conflicting JS between these two widgets. I’ve double checked and there are not any duplicate IDs on the page.

Thanks,

Matt

Best way to find out what is happening is by "debugging" the javascript code… you will need firefox/firebug or something similar for this… and then check what happens on CGridView update…

Got it! Had a self referencing method! Noticed it after debugging and seeing the HTTP waiting time of exactly 1 min.

Cheers.