TreeGridContainersetUserData Method |
To set row level data. You can use this method to store some extra data or flags.
Namespace:
Aras.Client.Controls.Public
Syntaxfunction 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