onAfterColumnShow
fires when a column is shown in a datagrid
function onAfterColumnShow( // the column ID id: string): void
Example
Section titled “Example”datagrid1.attachEvent("onAfterColumnShow", function(id){ // some code});
fires when a column is shown in a datagrid
function onAfterColumnShow( // the column ID id: string): void
datagrid1.attachEvent("onAfterColumnShow", function(id){ // some code});