SMART datagrid v.1 > Classes > GridBase
It will be fired if click grid footer head cell.
Footer head cell means the area in which cross Footer and Row Indicator.
grid.onFooterHeadClicked = function (grid) {
alert("Footer Head Clicked");
};