Develop filterable data grids

Develop a grid that displays motor parameters and a grid that display motor manufacturing details.

Figure 1. Application example
Note: Download a sample project: FilterableDataGrids.zip

Prerequisites

Create a project.

To develop the project
  1. Create Motor objects.
  2. Create a grid of numeric data.
  3. Create an interface for filtering numeric data.
  4. Create a grid of date and time data.
  5. Create an interface for filtering date and time data.
  6. Arrange the interface elements.
  7. Save the project.

Select Run to run the project using the client emulator to test your project. To run the project on a remote client, see Add a client device.

Tip: For examples on how to filter motor parameters with queries, see Numeric data query examples.