Yii newbie...
How to access _view template in TbGridView, With a CListView, I can do it with:
'itemView' => '_view'
But itemView is not an option with GridView
<?php $this->widget('bootstrap.widgets.TbGridView', array(
'type'=>'striped bordered condensed',
'dataProvider'=>$dataProvider,
)); ?>