ConstantsConstants -- Predefined Constants DATAGRID_RENDER_TABLE
   This constant defines the use of the HTML_Table renderer to output your
   datagrid as an HTML Table
   DATAGRID_RENDER_XML
   This constant defines the use of the XML renderer to output your
   datagrid as an XML Document
   DATAGRID_RENDER_SMARTY
   This constant defines the use of the Smarty renderer to output your
   datagrid in a Smarty Template
   DATAGRID_RENDER_XLS
   This constant defines the use of the XLS renderer to output your
   datagrid as an Excel Spreadsheet
   DATAGRID_RENDER_XUL
   This constant defines the use of the XUL renderer to output your
   datagrid as an XUL Document
   DATAGRID_RENDER_CSV
   This constant defines the use of the CSV renderer to output your
   datagrid as an 'Comma Seperated Value' text document
   DATAGRID_RENDER_CONSOLE
   This constant defines the use of the Console Table renderer to output your
   datagrid as an ASCII table for the command line.
    |