Returns HTML for grid footer.
getFooterHTML()
Returns HTML text.

Description

The method is used internally to generate HTML for grid's footer. Several other methods might use footer to display aditional information. Such methods are .status and .scroll. It is possible to overwrite this method with a custom one.
You can do it during obect definition: Or you can do it in the prototype, so that all grid will have same footer generator