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?