Customizable Pagination
Action Grid provides flexible controls on page view navigation, allowing users to move between pages, and the number of rows to be displayed can be selected, feature most useful for large numbers of rows.
Action Form Data Source
Action Grid seamlessly integrates with Action Form, allowing querying, editing and deleting Action Form submitted data.
Database Table Data Source
Action Grid connects to database tables, which opens new possibilities, such as building management modules for existing DNN entities (users, pages), or for custom tables.
SQL Query Data Source
The SQL Query data source in Action Grid fills the need of managing data that comes from multiple tables or built using complex statements.
Initializers
A brand new feature that helps users set up the grid in no time from a local or external database table.
Form Builder
Action Grid is shipped with a visual form designer that allows you to build and deploy forms inside the grid fields in no time.
Events and Actions
Action Grid allows attaching a list of actions to events such as deletion. The actions are executed in that particular order.
Extensible Framework
With dozens of actions out of the box, Action Grid also provides an extensible framework for developers to build on custom actions.
Link to
With this option you can link any multiple choice controls together, so when one changes, the options in the others change as well.
Redirect Actions
When an event occurs, Action Grid can be configured to redirect to a page or document from current portal or an arbitrary URL.
User and Roles Action
Action Grid allows you to grant or revoke the specified security role from a user and update user profile when an event occurs.
Send Emails
This action will send an email to the user or to a specific list of recipients. Optionally, it can be set up to attach a list of files.
Execution Context
This is done manually with Load User and Inject Data actions or automatically by various other actions.
Execute Custom SQL Queries
Action Grid can be configured to execute SQL Queries with the grid data and stores the output for use in other actions. Optionally, it can load multiple columns at once.
Conditional Actions
With Action Grid, conditions can be written (My Tokens expressions, C# Boolean expressions) that will determine whether the action will get executed or not.
.CSV Export
Action Grid allows you to convert grid data in downloadable .CSV files that can be easily exported.
Execute Token Action
This action employs My Tokens, where the stored content can use business logic that generates and saves data.
Server Request Action
This feature allows grid data posts to a different server, supporting multiple HTTP methods and HTTP headers. The response can be parsed with a Regex action.
Grid Buttons
Action Grid allows you to add custom grid buttons that can be used to implement bulk actions, perform related tasks or run custom JavaScript code.
Template Fields
This feature allows you to create your content that references existing Data Source fields using token syntax, e.g. [FieldName].
Formula Fields
This feature allows you to compute a numeric value by referencing grid fields and tokens.
Item Buttons
The buttons are shown for each item in the list or grid view. You can define multiple actions to be executed when the button is clicked and run custom JavaScript code.
Customizable Columns
Action Grid allows you to define the number of columns in the list view to be displayed on different screen sizes.
Secure
Action Grid uses the recommended practices for keeping all your data safe and preventing any unauthorized access.
Best Practices
Action Grid tries to ensure a smooth and conflict-free integration with any DNN skin or module by implementing the development best practices.
Responsiveness
Since Action Grid is fully responsive, the tabular data will adapt to any screen size, so the grid will look good on any device.