Association Source
Last modified: August 20, 2024
Introduction
The Association source is a data source available to nested data grids, template grids, and list views.
The Association source retrieves objects from memory, not from the database.
An Association data source fills the widget with objects linked to another object by an association. To provide the context, the data container needs to be nested within another data container.
Data containers that can have other data containers inside them are the template grid, list view, and data view.
Sorting columns and searching is not possible in data containers with an association data source. This is because these features require a database call to function, which an association data source does not necessarily initiate.
Properties
Entity (Path)
The Entity (path) property specifies the association by which the widget is populated. Only objects that are connected to the object of the surrounding data container by association will appear in the widget.