Hi all,
I have a couple of issues,
in the gridview is there any way to add a row in-between each row with some data i.e
item 1 | item 2 | item 3
another piece of data I need to add
item 1 | item 2 | item 3
another piece of data I need to add
also is it possible to remove the links that order the data on the top row (but still keep the titles)
Thanks
Its ok i have fixed it to add an extra row i did this
array(
'type'=>'raw',
'name' => 'Observations & recomendations',
'value' => '$data->line_location_notes . "</tr><tr><td colspan=10 align=left style=\"border-bottom: 1px #999999 solid;\"><b>Report Number:</b>".$data->reportnumber. "<b>Location:</b></td></tr>"',
'htmlOptions' => array('width' => '50'),
),
and to remove sort I just changed the name in the column attribute