LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


selectedColumn(name, column)

Gets or sets the currently selected column in TreeGrid directive.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the TreeGrid directive
column (optional)ObjectThe column to be selected

Return Value

If there is no specified column, this property returns the currently selected column. Otherwise does not return a value.

Remarks

This method is part of IntegralUITreeGridService.

A call to this method will trigger beforeSelect and afterSelect events. By handling beforeSelect event you can prevent selection of specified column using your own custom conditions.

An column can also become selected using the selected-column attribute of TreeGrid directive. In this case only afterSelect event will be fired.

Version Information

Supported in: v1.0.

Articles & Samples

See Also