onSubViewRender
fires each time a subview is rendered
function onSubViewRender( // the item that a subgrid is rendered for item: object, // the HTML node of the subview node: HTMLElement): void
Example
Section titled “Example”datagrid1.attachEvent("onSubViewRender",function(item,node){ console.log("A subview is rendered");});
Details
Section titled “Details”The event fires for the subview that is opened and for the already opened subviews.