Hi Costa,
For the latest version, we need to add syncfusion blazor as a service in our startup.cs
Add the following using statement near the top of startup.cs
using Syncfusion.EJ2.Blazor;
Then in the ConfigureServices method add the following
services.AddSyncfusionBlazor();
Please can a Syncfusion dev confirm this -- I have done it and got it working, but still would be nice to have an official word.
Also, please can Syncfusion update the Getting Started documentation for Blazor to include this information.
HTH