Wiki

Articles tagged with "ccheckboxcolumn", sorted by date (updated)X
Displaying 1-2 of 2 result(s).

Adding 'disabled' to CCheckBoxColumn and support for yiigridview.js

Updated 6 months ago by Maurizio DombaTips3 comments – viewed 4,005 times – ( +1 )
I recently had to have a checkbox column in my grid view that supported the 'disabled' attribute. This was easy enough to do by extending the CCheckBoxColumn. However, I also wanted the checkbox to be selected when clicking on the table's row (supported via CGridView's selectableRows option). I discovered I had to tweak yiigridview.js so that it would not select disabled rows when clicking on it or on the 'select all' checkbox.

Working with CGridView in Admin Panel

Updated 10 months ago by vibhaJadwaniTutorials11 comments – viewed 29,152 times – ( +29 / -1 )
This is a tutorial for how to add input text-Field, check-box, buttons in CGridView.