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 TreeGrid directive.

Parameters

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

Return Value

This method does not return a value.

Remarks

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

Version Information

Supported in: v1.0.

See Also