SMART datagrid v.1 > Classes > GridBase
It will be fired if double click grid header head cell.
Header head cell means the area in which cross Header and Row Indicator.
grid.onHeaderHeadDblClicked = function (grid) {
alert(DataLudi.getVersion());
};