Click or drag to resize

TreeGridContainersetUserData Method

To set row level data. You can use this method to store some extra data or flags.

Namespace:  Aras.Client.Controls.Public
Syntax
JavaScript
function setUserData(rowId, keyOrValue, value);

Parameters

rowId
Type: string
keyOrValue
Type: string
key is optional, so it can be specified value here
value
Type: string
set if key is passed in keyOrValue, but not value
See Also