Prevent Row From Turning Green When Selected

My CGridView rows are turning green when a checkbox in the row is selected. I set selectableRows property to 0, but the rows are still turning green. Does anyone know how to prevent this?

[b]Edit:

[/b]

Nevermind. The solution is to set selectableRows to 0. It works.