LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


getList(name, row)

Gets the list of child rows for specified tree row.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the TreeGrid directive
row (optional)ObjectThe row for which the list is requested

Return Value

An array that represents the list of child rows for the specified row. If row is not specified, a list of root rows is returned.

Remarks

This method is part of IntegralUITreeGridService.

Version Information

Supported in: v1.0.

See Also