LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


findRowByText(name, text)

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

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the Grid directive
textStringThe row text value to search for

Return Value

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

Remarks

This method is part of IntegralUIGridService.

Version Information

Supported in: v1.0.

See Also