onAfterColumnShow
fires when a column is shown in a datagrid
function onAfterColumnShow( // the column ID id: string): voidExample
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): voiddatagrid1.attachEvent("onAfterColumnShow", function(id){ // some code});