Multiple Checkbox

Hello everyone!!!

I have many columns in my CGridview. Also in CGridview first column is Checkbox.

Now I want to add another column with checkbox.

So that in my CGridview there are two columns of checkbox.

But when I checked checkbox of first column it should not affect the another column checkbox.

i think you need to extend CCheckboxCoulmn class and should create a new checkBoxColumn in your CgridView. Also you can use a custom column process to create a New CheckBox column.

Can you please tell me that exactly from where this class I can found??

API

The source code location is listed.

Yes please refer given link by Keith :)