LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


selectedRows(name, rows)

Gets or sets the collection of selected tree rows.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the TreeGrid directive
rows (optional)ArrayAn array of row objects to be selected

Return Value

If there is no specified rows, this property returns a list of currently selected rows. Otherwise does not return a value.

Remarks

This method is part of IntegralUITreeGridService.

Most usable when selectionMode property is set to 'multi-simple' or 'multi-extended' , which enables multiple rows to become selected.

Version Information

Supported in: v1.0.

Articles & Samples

See Also