Hello my admin.php page code is like this…
<?php $this->widget(‘zii.widgets.grid.CGridView’, array(
'id'=>'content-grid',
'dataProvider'=>$model->search(),
'filter'=>$model,
'columns'=>array(
	'id',
	'description',
	array(
		'class'=>'CButtonColumn',
			),
),
)); ?>
need to rmeove the p tags…??
thanks
subbu vemuri