Default generator class for creating UserViewGrid components that display related entity data in a standard data grid format. This is the most commonly used related entity display component, providing full CRUD capabilities, filtering, sorting, and pagination.

The UserViewGrid component provides:

  • Tabular display of related entity records
  • In-line editing capabilities
  • Advanced filtering and search
  • Column sorting and customization
  • Pagination for large datasets
  • Integration with MemberJunction user views
  • Automatic relationship parameter binding

Hierarchy (view full)

Constructors

Accessors

Methods

  • Helper method that returns the name of the foreign key field in the specified entity that links to the related entity. Useful for building relationship queries and joins.

    Parameters

    • entityName: string

      The name of the entity containing the foreign key

    • relatedEntityName: string

      The name of the entity being referenced

    Returns string

    The name of the foreign key field

    Throws

    Error if the foreign key field cannot be found