You can add a control of type Data grid to a form.
Name | Responsible | Description |
---|---|---|
Develop data set class |
Developer |
Use a data set on a form control of type Data grid. The data set gets the data to be shown in the data grid. For a data set, a class is required. To develop this class, extend the DAWQueryMethodRun class. Prerequisite: Develop the extension of the DAWQueryMethodRun class in the AOT before you start the steps. Note: The steps are to have the developed data set class uploaded as data set to the related library.
|
Update application libraries |
Designer |
In your application design, you can only use the libraries and library elements that are linked to the application. An application library defines which library elements can be used in the application design. Library elements are: actions, functions, and data sets. You link libraries to an application in several ways:
If a linked library is updated, for example a new action class is created, you must refresh the libraries to have the updates available for the application. To do so refer to: Manage libraries. |
Create form control: Data grid |
Designer |
You can add a control of type Data grid to a form. Compared to the configurable grid, a data grid uses a developed data set to query the data. |
Configure grid |
Designer |
Configure the columns of the data grid. You can only add columns that are also defined as fields in the data set. Ask the developer of the data set class for the exact names. |
Make control layout device-specific |
Designer |
If your company uses different types of mobile devices, controls can require a different layout. For example, longer labels do not fit properly on a smaller screen. So, you can define a smaller version of such a label for these small-screen mobile devices. |