This is my code:
$this->widget('zii.widgets.grid.CGridView', array(
'id' => 'employee-grid',
'dataProvider' => $em,
'columns' => $attribute,
'filter' => $em->model,
'selectableRows'=> 1,
'selectionChanged'=>'function(id){
var ids = $.fn.yiiGridView.getSelection(id);
$("#MHRRewardEmployee_employee_id").val(ids);
}',
));
Attached File(s)
-
Untitled.png (29.87K)
Number of downloads: 14

Help














