JavaScript
{grid.object}getSessionVariable Method
Syntax
{grid.Object}.getSessionVariable(variableName);
Arguments
- variableName
The name of the session variable whose value you want to retrieve.
Description
Get the value of a session variable. The session variable must explicitly 'published' - see 'Published session variables' property in the Grid builder.
See Also