LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


findRowById(name, id)

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

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the TreeGrid directive
idStringThe row id value to search for

Return Value

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

Remarks

This method is part of IntegralUITreeGridService.

Version Information

Supported in: v1.0.

See Also