Start CGridView as empty on page first load

This might be an easy one, is there a simple way to set a CGridView to not render content on page first load? I have a _search.php form which my users want to then populate, and after hitting the search button have the CGridView render below with records.

U could hide CGridView contaniner on page load, and show it on form submit.