$data
CButtonColumn から変数にあるモデルにアクセスする方法はありますか? 以下のコードは機能しません。
array(
'class' => 'CButtonColumn',
'template' => '{test}',
'buttons' => array(
'test' => array(
'label' => 'Select',
'click' => 'js:function() { <b>alert($data->_id);</b> return false;}',
),
),
),