onSubViewOpen
fires after a subview or a subrow is opened
function onSubViewOpen( // the ID of the cell that starts a subview id: object): void
Example
Section titled “Example”datagrid.attachEvent("onSubViewOpen", function(id){ // code});
Details
Section titled “Details”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.
See also
Section titled “See also”Articles
API