in my yii project i have a gridview an detailview which display stretch over load screen. i have try to modified css style like this detailview
array(
'name'=>'hal_surat',
'htmlOptions'=>array('style'=>'max-width:200px;float:left'),
),
and it in gridview
array(
'header'=>'Perihal',
'headerHtmlOptions'=>array('style'=>'text-align:center;width:240px;max-width:240px'),
// 'htmlOptions'=>array('style'=>'text-align:justify;max-width:240px;overflow-x: auto'),\
'htmlOptions' => array('style' => 'white-space: nowrap;')
'name'=>'hal_surat',
),
but no one solution. Any one can help me, how to make long text in gridview and detail view can fixed width adjust to width of DIV not stretch over the screen .