SMART datagrid v.1 > Classes > GridBase
It will be fired if double click the cell when there is an error in the footer cell or group footer cell.
grid.onErrorClicked = function (grid, index, error) { alert(error); };