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