onStructureUpdate
fires when the structure of a datagrid was changed (a column was added, hidden or reconfigured)
function onStructureUpdate(): void
Example
Section titled “Example”mygrid.attachEvent("onStructureUpdate", function(){ console.log("Grid was updated");});