About 92 results
Open links in new tab
  1. 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 …

  2. Which is better in your opinion Mudblazor or radzen?

    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 …

  3. 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 …

  4. 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 …

  5. Difference between MudBlazor's grid and container

    Oct 7, 2022 · In MudBlazor, the MudGrid and MudContainer components serve different purposes, and they are not equivalent to one another. The MudContainer component is used to control the overall …

  6. 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 …

  7. 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. …

  8. c# - MudBlazor Component Sizing & Layout - Stack Overflow

    Mar 4, 2023 · MudBlazor Component Sizing & Layout Ask Question Asked 2 years, 11 months ago Modified 2 years, 5 months ago

  9. Mudblazor interactivity broken in .net8 with new template

    Jan 18, 2024 · I can't get interactive mudblazor components to work on interactive pages in .net 8 after creating a new project with the .net 8 template. Not sure what I am doing wrong.

  10. How to Implement Drag-and-Drop with MudBlazor in a MudTable

    Jun 16, 2024 · 2 I'm trying to implement drag-and-drop functionality in a Blazor application using MudBlazor. I aim to have a single drop zone containing a table (MudTable) displaying a student list. …