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