CCheckbox column custom header in multiple selection mode

Hello,

i use CCheckboxColumn in a gridview. In multiple selection mode I get a checkbox in the header of the column that allows instant selection of every checkbox in the corresponding column.

I need a way to append a string near the header checkbox, but I cannot find a way to configure it in Yii.




array(

 'header' => 'Elimina',

 'class'=>'CCheckBoxColumn',

 'id'=>'erase',

 'selectableRows'=>2,

),



Any help appreciated.

Ciao.

Mauro

I have the same question, somebody can help me?

Unfortunately I did not find a solution. I ended up changing my gridview with erase column as a custom column managed directly through my controller end activeform.

Ciao.

Mauro