Skip to content

onSubViewOpen

fires after a subview or a subrow is opened

function onSubViewOpen(
// the ID of the cell that starts a subview
id: object
): void
datagrid.attachEvent("onSubViewOpen", function(id){
// code
});

The ID of the cell is an object with the following properties:

  • row - the ID of the related row;
  • column - the ID of the related column.

Articles

API