Loading...
Contact

Custom Entity

From the perspective of the RecroGrid Framework, displaying an entity encompasses presenting the list associated with the entity collection, as well as showing a specific data record in detail within a Form view.

During the installation, it was configured for the Router to use the RGF AdditionalAssembly, and the Layout includes the RgfRootComponent. As a result, when navigating to the /rgf/entity/{Entity Name} page in the @Body, the desired entity is displayed.

<Router AppAssembly="@typeof(App).Assembly"
        AdditionalAssemblies="new[] { typeof(Recrovit.RecroGridFramework.Client.Blazor.Components.RgfEntityComponent).Assembly }">
@inherits LayoutComponentBase

<RgfRootComponent >
    @Body
</RgfRootComponent>

Next step

See Also

An unhandled error has occurred. Reload 🗙

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please retry or reload the page.