Skip to content

onAfterColumnShow

fires when a column is shown in a datagrid

function onAfterColumnShow(
// the column ID
id: string
): void
datagrid1.attachEvent("onAfterColumnShow", function(id){
// some code
});