I want to render a Model view completely in the CJuiDialog box.
in actionIndex() i have pagination only for three records on the page
public function actionIndex()
{
$dataProvider=new CActiveDataProvider('Jobs',array(
'pagination'=>array(
'pageSize'=>3,
),));
$this->render('index',array(
'dataProvider'=>$dataProvider,
));
}
the view of first three records display on the CJuiDialog as apopup.
up to this working fine.
the problem is when i click on next page of pagination then it renders all view of the next records on the index page with the lis