CGridView's initial data

Hi all,

I want my Manage Users page, which uses CGridView in rendering data, to have no initial records displayed. I am aware that if the user typed nothing in the filters all record will show. I just want the initial table to be blank.

How can I do this?

The model->search() method is responsible to return an CActiveDataProvider to the CGridView…

One way to solve this would be to make an criteria that returns 0 rows… like compare the primary numeric field to a string or character…