I'm using the ObjectDataSource to load a grid. But, I only want to load the grid when explicitly called, like through an AjaxMethod. But if I omit the SelectMethod, it complains that a SelectMethod is needed. How do I display a GridPanel without any data initially, but still show the columns and only call the SelectMethod when needed?