Wijmo UI for the Web
grid Method
wijmo.grid Namespace > hierarchyNode type : grid Method
Returns a wijgrid instance object which represents the detail grid related to node.
Syntax
var instance = new wijmo.grid.hierarchyNode();
var value; // Type: wijgrid
value = instance.grid();
function grid() : wijgrid;

Return Value

A wijgrid instance object which represents the detail grid related to node if node is expanded, otherwise null.
See Also

Reference

hierarchyNode type