Skip to content

onStructureUpdate

fires when the structure of a datagrid was changed (a column was added, hidden or reconfigured)

function onStructureUpdate(): void
mygrid.attachEvent("onStructureUpdate", function(){
console.log("Grid was updated");
});