Click or drag to resize

TreeGridContainerinsertRoot Method

Inserts a new row at the root level.

Namespace:  Aras.Client.Controls.Public
Syntax
JavaScript
function insertRoot(newId, text, cellsValues, collapsedIcon, expandedIcon);

Parameters

newId
Type: string
text
Type: string
cellsValues
Type: string
collapsedIcon
Type: string
Optional. Path of Icon for Collapsed state relatively "cbin" folder
expandedIcon
Type: string
Optional. Path of Icon for Expanded state relatively "cbin" folder. If it isn't specified and collapsedIcon is specified collapsedIcon will be used as it.
See Also