Click or drag to resize

TreeGridContainerinsertNewChild Method

Inserts a new row as a child row for the specified parent row (parentId).

Namespace:  Aras.Client.Controls.Public
Syntax
JavaScript
function insertNewChild(parentId, newItemId, cellsValues, action, collapsedIcon, expandedIcon);

Parameters

parentId
Type: string
newItemId
Type: string
cellsValues
Type: string
action
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