Skip to main content

Add the first grid item

App tutorial · Step 16 of 25

Build a three-form app that creates an Active Directory user and manages its group memberships.

In this step, we'll start designing the grids that will be used to alter group memberships of the AD account created on the previous form. As a reminder, the finished product will look like this:

1. Go to the group_management form. 2. Drag and drop a Grid item onto the form. 3. Select the grid item. Notice that the Table tab is enabled, but we aren't quite ready for it yet. First, we'll go to the Props tab and set the grid's properties as follows: - id: remove_memberships - selection: multiple - column width: 5 - margin trbl: _3 - search enable: yes ### Tip The id property will be necessary to make our grids reference one another. We're calling the left grid remove_memberships because it will represent all the groups in AD that the created user should not be a member of. 4. We'll click Save to save our progress so far.