Skip to main content
Version: 1.16

Refresh Action Grid

Audience: Citizen Developers

Skill Prerequisites: Using Action Grid

This action is usually used to refresh the grid after executing another action.

Typical Use Cases

  • Refresh Action Grid 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 Action GridRefresh an Action Grid module without page reload with the option to change sorting, pagination and filtering.
Data Source RefreshEnable Auto-Refresh for the Action Grid 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