Searchfooter - Set Focus?

Is there a way to set focus to the search box in the Grid.SearchFooter?

When a form appears that has a grid on it, I want the focus to immediately go to the search box in the SearchFooter.

Thank you,
Lee

You can do this with:

grid.SearchPanel.EditControl.SetFocus;