CGridView problem in renderPartial

My current app is completely ajax driven. After the home page every thing opens via ajax.

Now when renderPartial a CGridView page its causing the multiple request & response problem caused by JQuery live.

how could this be tackled for CGridview?

Its happening for all links inside the cgridview: pagesize dropdown change, pager links, buttonColumn links…

somebody have an idea how to put the CGridView in renderPartial to avoid this issue?

Hi,

Did you find a solution to this problem? This is one thing that Yii lacks. I read somewhere that there should be a way to automatically remove javascript associated to the elements that are being removed from the page.