Structures_DataGrid::render() -- Prints the output generated by the datagrid
Description
This method is used to print the output of the datagrid specific to each
renderer. For the default HTML renderer, the html is printed to the browser;
however, the Excel Spreadsheet renderer will send the file to the browser
upon render() call.