Skip to main content
Version: Next

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

ParameterDescriptionSupports TokensDefaultRequired
Select ModuleSelect the Grid Module you wish to refreshYesEmpty StringNo
Action NameDescription
Filter ListingRefresh an Listing module without page reload with the option to change sorting, pagination and filtering.
Data Source RefreshEnable 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