onAfterRender
occurs each time after the view is rendered
function onAfterRender( // the set of data which were rendered data: array): void
Example
Section titled “Example”grid.attachEvent("onAfterRender", function(){ console.log("Rendering end");});
Details
Section titled “Details”In the case of DataGrid, data is a datastore object of the component.