Skip to content

onAfterRender

occurs each time after the view is rendered

function onAfterRender(
// the set of data which were rendered
data: array
): void
grid.attachEvent("onAfterRender", function(){
console.log("Rendering end");
});

In the case of DataGrid, data is a datastore object of the component.