Remove popup on delete

Hey,

I generate my CRUD operations with the CRUD generator gii. And it works great. But I’d like to remove the popup sent

by the browser when I delete an item saying "are you sure you want to delete this item?".

I know it comes from the CButtonColumn of the CGridView but I don’t know how to unset it.

Any idea?

Thanks :)

Hi and welcome to the Yii forum

to disable the confirmation set deleteConfirmation to false - http://www.yiiframework.com/doc/api/1.1/CButtonColumn#deleteConfirmation-detail

Thank you!

Exactly what I want ;)