Logging/Auditing

Are there any Logging/AuditTrail capabilities in Radzen? It is often essential and also very helpful to be able to track changes and / or errors at runtime.

This is usually feature of the database engine itself:
https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-database-engine?view=sql-server-ver15

Other than that you can use partial classes to track all CRUD operations and log them in the way you want.

In addition you can also check this thread