Crud Generated Search - Non-Ajax After Empty Result

Hi,

I’ve noticed some issue at the default Yii crud generated admin page. When I click ‘search’ button - it uses ajax to do all the stuff. But - if there will be no results, then next click on the ‘search’ button will result in non-ajax call. Whole page will refresh.

Why? How to correct the issue?