LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


ensureVisible(name, row)

Ensures a specified row is visible in current view of Grid directive.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the Grid directive
rowObjectThe row to become visible in current view of Grid

Return Value

This method does not return a value.

Remarks

This method is part of IntegralUIGridService. If specified row is a child and placed deep within tree hierarchy, all parent rows will become expanded. Additionally, the current view of Grid will be scrolled to make sure row becomes visible.

Version Information

Supported in: v1.0.

See Also