CGridView have active filter with "change" event. So every time i type something in one filter and leave this field it will change results on list.
I want to prevent this behavior and make CGridView filters only when user hits "enter" key.
So i could type values in 3 different filters and then hit enter to show results.
How can i do that?