Refresh datagrid

I was wondering if it was possible to refresh a datagrid dynamically (every 5 minutes) for Blazor.
The data source is an SQL Server and changes quite frequently

Yes, you can execute Reload() on time interval to refresh the DataGrid.