Napomena
Pristup ovoj stranici zahtijeva autorizaciju. Možete pokušati prijaviti se ili promijeniti direktorije.
Pristup ovoj stranici zahtijeva autorizaciju. Možeš pokušati promijeniti direktorije.
Removes event handlers from the Subgrid OnLoad event event.
Grid types supported
Read-only grids
Syntax
gridContext.removeOnLoad(myFunction);
Parameter
| Name | Type | Required | Description |
|---|---|---|---|
myFunction |
function reference | Yes | The function to be removed from the OnLoad event. |
Remarks
To get the gridContext, see Getting the grid context.