onBeforeRender
occurs each time before a view is rendered
function onBeforeRender( // the set of data that will be rendered data: array): booleanReturns
Section titled “Returns”boolean returning false will prevent view rendering
Example
Section titled “Example”grid.attachEvent("onBeforeRender", function(){ console.log("Rendering start");});Details
Section titled “Details”In case of DataGrid, data is a datastore object of the component