Skip to main content
-1 votes
0 answers
27 views

I am using MudBlazor's MudDataGrid, which functions very similarly to Blazor's QuickGrid. The grid's contents are determined by a RenderFragment parameter called Columns, which contains a list of ...
AAM111's user avatar
  • 1,237
0 votes
0 answers
21 views

Repro: Create the default Visual Studio Blazor Server Template with sample pages. Add a nuget reference to Microsoft.AspNetCore.Components.QuickGrid (10.0.0) Replace the weather page with a similar ...
Heinzi's user avatar
  • 173k
0 votes
1 answer
61 views

I've been having trouble trying to set up simple authentication/authorization for my web app. Currently I have auth page @page "/auth" @rendermode InteractiveServer @using System.Text....
immer_noch's user avatar
0 votes
1 answer
95 views

I am updating a Blazor web assembly project from .NET 9 to .NET 10, and noticed a change in behavior with the following line of code: @rendermode @(new InteractiveWebAssemblyRenderMode(prerender: ...
SuperBlazor's user avatar
0 votes
1 answer
93 views

I'm creating a custom API client to be used by my web (Blazor WebAssembly Standalone) and mobile (.NET MAUI) apps for connecting to my API. I have two questions below but first, here's an abbreviated ...
Sam's user avatar
  • 31k
-7 votes
0 answers
78 views

I have a .Net 9.0 Blazor project that I've migrated to .Net 10.0 . After the migration, the @onclick events no longer trigger. The .Net 9.0 version was setup to use InteractiveServer rendering both on ...
Middletone's user avatar
  • 4,276
Tooling
1 vote
1 replies
27 views

I would like to set the CSS breakpoints globally in Blazor. What are some approaches? I prefer something that keeps the code or additional libraries quite simple.
PizzaOverflow's user avatar
1 vote
1 answer
86 views

I have a big project that uses Blazor, suddenly when I run it, the Blazor pages do not work anymore, because the blazor.server.js returns 404. This happened after I installed latest version of VS 2026 ...
Alkampfer's user avatar
  • 1,377
1 vote
0 answers
33 views

I'm using Blazor Server with Strawberry Shake 15.1.10.0 to consume a GraphQL API. Here's the flow: User logs in via a regular API call (SignInAsync(username, password)) The API returns a JWT token (...
javatunix's user avatar
0 votes
0 answers
68 views

I have a client application (Blazor, dual Server/Wasm project, .NET 9.0) that is connected to Azure Signal R and has a hub defined. Within the confines of this app, using a testing page, I can send ...
Josh's user avatar
  • 16.6k
1 vote
0 answers
43 views

@page "/weather" @rendermode InteractiveServer @inject CustomUserService UserService <PageTitle>Weather</PageTitle> <h1>Weather</h1> <p>This component ...
codelearning's user avatar
0 votes
0 answers
25 views

I have created a Blazor webapp which was created using Auto interactivity (and individual authentication). Working to add to the webapp I have understood that InteractiveAuto means using ...
Isaac Smith's user avatar
1 vote
1 answer
67 views

I want to set the active panel index based on a query parameter value Problem Description When navigating to a Blazor page containing MudTabs with a query parameter specifying the active tab index (e....
Nodirbek Abdulaxadov's user avatar
1 vote
1 answer
56 views

Does anyone know if there's an easy way in Blazor to have: A frontend/'user facing' site using Blazor Static SSR I don't want to include blazor.web.js, no enhanced navigation or streaming rendering ...
Zak123's user avatar
  • 453
0 votes
0 answers
60 views

Issue with Auth princliples not being able to write to response in blazor app through an injected service LoginModal: @using Microsoft.AspNetCore.Components.Authorization @using MtgDeckBuilderServices ...
CoolDaemonX's user avatar

15 30 50 per page
1
2 3 4 5
1059