Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the URL of the current grid control.
Grid types supported
Read-only and editable grids
Syntax
gridContext.getUrl(client);
Parameter
Name | Type | Required | Description |
---|---|---|---|
client |
Number | No | Indicates the client type. You can specify one of the following values: 0: Browser 1: MobileApplication |
Return Value
Type: String
Description: The Url of the current grid control.
Remarks
To get the gridContext
, see Getting the grid context.