LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


findRowByPath(name, path, list)

Searches through all rows in tree hierarchy for a match using specified path.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the TreeGrid directive
pathStringThe row path to search for
list (optional)ArrayA list of child rows to search in

Return Value

If successful, the row object that contains the specified path, otherwise null.

Remarks

This method is part of IntegralUITreeGridService.

Version Information

Supported in: v2.0.

See Also