Tried this both from creating a new Telerik Blazor project and adding Telerik UI for Blazor to an existing project. Server-Side Blazor projects. Both produce the same results. Version 2.1.1 when hitting the page with the Telerik Blazor Grid, the Output window fills with errors the first of which is:
Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer: Warning: Unhandled exception rendering component: Could not find 'TelerikBlazor' in 'window'.
Error: Could not find 'TelerikBlazor' in 'window'.
at Anonymous function (https://localhost:44365/_framework/blazor.server.js:8:28059)
at Array.prototype.forEach (native code)
at p (https://localhost:44365/_framework/blazor.server.js:8:28010)
at Anonymous function (https://localhost:44365/_framework/blazor.server.js:8:28731)
at Promise (native code)
at e.jsCallDispatcher.beginInvokeJSFromDotNet (https://localhost:44365/_framework/blazor.server.js:8:28701)
at Anonymous function (https://localhost:44365/_framework/blazor.server.js:1:19139)
at Array.prototype.forEach (native code)
at e.prototype.invokeClientMethod (https://localhost:44365/_framework/blazor.server.js:1:19117)
at e.prototype.processIncomingData (https://localhost:44365/_framework/blazor.server.js:1:17160)