Click or drag to resize

TreeGridContainergetChildItemsId Method

Gets divided by separator string containing ID's of children rows for row with specified ID

Namespace:  Aras.Client.Controls.Public
Syntax
JavaScript
function getChildItemsId(rowId, all, separator);

Parameters

rowId
Type: string
all
Type: bool
If true, all children id's will be returned.
separator
Type: string

Return Value

Type: [T:(Any)]
See Also