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
Example
Section titled “Example”datagrid1.attachEvent("onAfterColumnDropOrder", function(sourceId, targetId, node){ // your logic });
See also
Section titled “See also”Articles
API