Error CS0029 when creating a simple test project

Hi all

This is my first time posting as I am testing out Radzen Blazor Studio. I created a new database with one table called Promotions. When I created a CRUD for that table I get the following compiler error:

\projects\test_app\obj\Debug\net9.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages_Promotions_razor.g.cs(98,20): error CS0029: Cannot implicitly convert type 'Microsoft.AspNetCore.Components.ElementReference' to 'Radzen.Blazor.RadzenDataGrid<TestApp.Models.test.Promotion>' [C:\Users\JonathanBuckland\projects\test_app\TestApp.csproj]

Does anyone know how to resolve this?

Any steps on how to reproduce this error?

I created a new project, connected to my SQL Server database and selected only the Promotions table.

Then I added a page and selected the CRUD option, clicked the Promotions table and left all the configuration options on the right as they were set.

After I clicked Finish it compiled the project and I got the error.

Here is what I've tested and it worked normally: