Error CS103

Hey,

I just created a new Blazor Server App, added an SQL server with some tables to get some CRUD views, but when I build the app, it throws error CS0103 telling me that EditRow is not available in the present context.

Any idea on how to fix this?
Thank you!

Can you provide a bit more context please? For example paste here the code which causes the problem.

Hello,

I recreated the app, it worked in testing for a bit, however, now it's throwing me this error.
I'll pm you with the repo for the code.

System.NullReferenceException: Object reference not set to an instance of an object.
at RadzenAzureTest2.Pages.Anwesenheitens.b__42_9(RenderTreeBuilder __builder2)
at Microsoft.AspNetCore.Components.CascadingValue`1.Render(RenderTreeBuilder builder)
at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder batchBuilder, RenderFragment renderFragment, Exception& renderFragmentException)
--- End of stack trace from previous location ---
at Radzen.Server.RemoteRenderer.HandleException(Exception exception)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.ProcessRenderQueue()
--- End of stack trace from previous location ---
at Radzen.Server.RemoteRenderer.HandleException(Exception exception)
at Microsoft.AspNetCore.Components.RenderTree.Renderer.ProcessRenderQueue()
at Microsoft.AspNetCore.Components.RenderTree.Renderer.AddToRenderQueue(Int32 componentId, RenderFragment renderFragment)
at Radzen.Server.Router.OnRouteChanged(Object sender, RouteChangedEventArgs e)
at Radzen.Server.RouterService.Route(Type component, Type defaultLayout)
at Radzen.Server.CircuitHost.AddComponent(Type layout, Type page)
at Radzen.Server.ProjectServer.Render(String fileName, String source)
at Radzen.Server.ProgramController.Render(RenderRequest request)