Skip to content

onAfterColumnDropOrder

fires after the column order was changed with drag-and-drop

function onAfterColumnDropOrder(
// the source column id
sourceId: string,
// the target column id
targetId: string,
// the target HTML element
node: HTMLElement
): void
datagrid1.attachEvent("onAfterColumnDropOrder",
function(sourceId, targetId, node){
// your logic
});

Articles

API