You can add a control of type Data grid to a form.
To fill the data grid, a data set is required. Compared to the configurable grid, you must develop the required data set for the data grid. So, coding is required to create the data set that queries your data. You use the data grid, for example, for lists that are based on enums instead of data.
You must also configure the data grid columns.
If your company uses different types of mobile devices, controls can require a different layout for each device.
Flow diagram
Note
In the flow diagram, clicking one of these shapes, opens the related article in the ‘Generic design tasks’ section:
Update application libraries
Make control layout device-specific