Refresh Listing
Audience:
Citizen Developers
Skill Prerequisites:
Using Listing
This action is usually used to refresh the grid after executing another action.
Typical Use Cases
- Refresh Listing with updated data without reloading the entire page
Input Parameter Reference
Parameter | Description | Supports Tokens | Default | Required |
---|---|---|---|---|
Select Module | Select the Grid Module you wish to refresh | Yes | Empty String | No |
Related Actions
Action Name | Description |
---|---|
Filter Listing | Refresh an Listing module without page reload with the option to change sorting, pagination and filtering. |
Data Source Refresh | Enable Auto-Refresh for the Listing datasource at a specified interval |
Alternate Method
Javascript
This action can be accomplished directly from Javascript by calling:
- dnnsf.api.actionGrid.refresh(1234) - when you just want to refresh the grid with module id 1234