Filtering a Grid
Description
Some pages concerning filtering grids
- Name
- Description
- Filtering a Grid with a Button
How to filter a grid on a page with button click.
- Filtering a Grid with a UX Component
One of the most common tasks a web application can perform is to collect the values of one or more variables, then use this data to display a filtered view of a table.
- Filtering a Grid with a Grid Selection
How to to call a filtered grid from another grid.
- Filtering a Grid with a Menu Selection
When using a navigation system component for creating menus, a common task would be to display a page containing a grid. This topic describes how to add a filter to the URL that displays the target page.
- Filtering a Grid with a Session Variable
How to filter the contents of a list based on the user's ID or another value.
- Filtering a Grid with a Session Variable - Tutorial
How to filter the records that an application displays