ebs.getGridFetch
Returns fetch for a grid. You can modify the grid fetch and then call ebs.refreshGrid.
Syntax
Copy
ebs.getGridFetch(relationshipName: string): IFetch
| Parameter | Description |
|---|---|
relationshipName
|
The name of the relationship that fetches the grid data. |
Response
| Key | Description |
|---|---|
IFetch
|
Fetch object. |