onSubViewCreate
fires after a subview was created
function onSubViewCreate( // the created subview view: object, // the item that a subgrid is created for item: object): voidExample
Section titled “Example”datagrid1.attachEvent("onSubViewCreate",function(view, item){ console.log("A subview is created");});also check the next samples:
See also
Section titled “See also”Articles