Yii Clistview Breaks When Updating Non-Clistview Elements

I have a ajax page in which I am using Clistview with ajax pagination and its working fine but with it there is an other ajax based div#paneview. When div#paneview is updated with ajax the Clistview ajax pagination dont work and it redirects to other the url .

Getting these error:

TypeError: settings is undefined

waiting for response its urgent

thanks

try this

when you page render you can pass the processOutput




$this->render('your_page',array('model'=>$model),false,true);

false,true is processOutput.

thanks for your response but I have already done this

can you please post the code?