
Install MudBlazor in Dotnet 8 Blazor Project - Stack Overflow
Nov 22, 2023 · I am starting a side project with blazor and planning to us MudBlazor as UI lib in dotnet 8. My biggest roadblock currently is, When we create new dotnet 8 Blazor project, it creates 2 projects …
Which is better in your opinion Mudblazor or radzen? - Reddit
May 27, 2023 · Radzen has more professional controls, so we had to choose it over Mudblazor for an enterprise application. We needed advanced grid filtering, charts, virtualization, and that’s better on …
MudBlazor js activity broken in .NET 10 - Stack Overflow
Dec 14, 2025 · I am rewriting from scratch (not updating) an app that uses MudBlazor from the .NET 9 version and doing the rewrite in .NET 10. The Mud styles work correctly but any of the js interactivity …
Using MudBlazor for the first time, is it a problem to give up just ...
Apr 6, 2021 · Using MudBlazor for the first time, is it a problem to give up just about all HTML in favor of library-specific component markups? After doing lots of research, I chose MudBlazor as the Blazor …
blazor - .NET 9 MudBlazor Interactivity stops working after changing ...
May 23, 2025 · I've been fiddling with an empty .NET 9 Blazor Server project that has MudBlazor installed. I used the Mud Blazor Web App in this case so the Setup is standard without any changes. …
c# - MudBlazor Component Sizing & Layout - Stack Overflow
Mar 4, 2023 · MudBlazor Component Sizing & Layout Asked 3 years, 1 month ago Modified 2 years, 7 months ago Viewed 14k times
Example sites built with Mudblazor? : r/Blazor - Reddit
Sep 17, 2021 · Example sites built with Mudblazor? Greetings I'm working on building a simple CRUD app that presents data in a row of cards. In this project, I'm using Mudblazor which is making it much …
MudBlazor formatting advice : r/Blazor - Reddit
Dec 9, 2022 · I am loving MudBlazor, but I’m not very good at understanding which components I should embed in others. For example, does a MudContainer go inside a MudPaper, or vice versa? When …
Blazor server's render mode and Mudblazor - Stack Overflow
Apr 13, 2025 · Is there a solution to simultaneously keep Mudblazor style and using HttpContext to set cookies? BTW, below is my Program.cs, currently it is set to Server mode and per page/compnent:
blazor - MudBlazor - Searchable MudSelect - Stack Overflow
Dec 22, 2021 · I'm using MudBlazor, specifically MudSelect. I want to display the Name property, but save the Id property in the Value. The following is working. <MudSelect T="int" …