How do I highlight both the middle column and row of a matrix using razor/blazor?
I’m trying to highlight row and col at index [3][3].
However, only the row is being highlighted. Nothing shows for the column.
Blazor properly updating the UI after an API call
folk,
Dynamically pass ID of a control to a C# function on onchange event
I am converting an existing ASP.NET application into Blazor app.
How to trigger update from Blazor embedded page call
Sorry I don’t know what it’s called, but from a razor page (Files.razor) I embed another page using something like . AddFile.razor is a utility method that allows the user to upload a file and add it to the list with id == @ID. When Files.razor runs it loads the list of files.