Subgrid


# Subgrid

Subgrid is view (list records) like that we already known from previous section (View records). Subgrid contains all related records in one place. With the subgrid you can perform the same actions such as sorting, filtering, etc.

Example: Account can have multiple contacts. To see them all on the form, we need subgrid.


Subgrid below shows all contacts that are assigned to account.

Subrid contacts


You can edit/delete/activate/deactivate records by selecting particular record and hit one of the buttons.

Operation with subgrid 1

Dont worry, is not deleted only relationship between account and contact will be gone.


You can also create new records into subgrid or add existing records

Operation with subgrid 2

The record creation button displays the quick create form.

If you want to add an existing record, a list of records of the given type will appear on the right, where you can choose which records to assign. You can add more records at once. To find records, you can use lookup control.

Add existing records