Advanced Search (en admin view) by program

I am new to Yii framework.

I need to add buttons in the admin view, that will automatically filter the grid values​​. This has to do the same effect as if the user enters values ​​in the fields of advanced search.

The idea is to simplify typical search with one click.

How I can do this?

thanks

There is a wiki article (I’ll see if I can find it).

Basically you create buttons / links and use javascript to set $_GET variables - that is how gridview works internally already.