SMART datagrid v.1 > Classes > GridBase
It will be fired if DisplayOptions.parentChangable is true and after the user drags the mouse to change parent column or directly calls GridColumn.parent to change parent.
grid.onColumnParentChanged = function (grid, column, newParent, oldParent) {
console.log('Column parent changed: ' + column.displayText());
};