Questions tagged [mudblazor]

MudBlazor is a Material Design component framework for Blazor. Use [mudblazor] for questions that are specific to MudBlazor and its components.

MudBlazor is a Material Design component framework for Blazor. It is intended for .NET developers who want to build web applications without having to struggle with CSS and Javascript. MudBlazor, being written entirely in C#, empowers you to adapt, fix or extend the framework.

This tag should be used for questions that are specific to MudBlazor and its components.

Useful links:

510 questions
13
votes
3 answers

MudBlazor UI Library Colours

I really would like to change the colours of MudBlazor UI Components. However, I cannot seem to override the default styles. Could someone please help me?
jd487
  • 141
  • 1
  • 1
  • 4
10
votes
2 answers

MudBlazor MudForm POST on Enter

I'm looking for a way to post a MudForm upon pressing Enter from any control inside the form, without checking each keyboardevent argument and filtering for Enter, and without binding the listener to each form control in every MudForm. The goal is…
Barnebyte
  • 161
  • 5
9
votes
4 answers

Change MudBlazor table background color by row item condition

I am trying to change the color of a row in a mudblazor table. The problem is, I can't add a functionality to change the color by the condition of the element of the row.
T0bi
  • 261
  • 1
  • 4
  • 13
8
votes
2 answers

Mudblazor DatePicker binding works one way only

I have been trying to bind mudblazor datepicker to a DateTime property using Date. Selected Date is:…
8
votes
2 answers

How to adjust the column width of a table in MudBlazor

MudTable component really great, look very nice. But I want configure column width. Is possible? Nr Username Email
user14535297
  • 83
  • 1
  • 1
  • 3
7
votes
0 answers

Can I use bootstrap with the Mudblazor controls?

My apps all use bootstrap 5 css framework, and I'd rather not change that. If I want to use MudBlazor can I get away from materialize and still use bootstrap?
Jeremy
  • 44,950
  • 68
  • 206
  • 332
7
votes
4 answers

MudBlazor - Searchable MudSelect

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.
Henrique Pombo
  • 537
  • 1
  • 6
  • 20
7
votes
1 answer

Make a line of a MudBlazor table clickable?

I have this table made with MudBlazor:
7
votes
3 answers

Adding New Icon in MudBlazor

Are there a way adding new icons in MudBlazor Icons. I am working a project that about textile and I need different Icons in MudBlazor. I found the Icons but dont know how to add them in MudBlazor. Thanks in advance !
muco
  • 245
  • 3
  • 15
6
votes
4 answers

How to Extend a Blazor component?

I'm currently using MudBlazor and really like it. However, there are things I find myself repeatedly adding to components like CancellationTokens, are customizing the template myself. Is there a way to completely inherit/extend an existing…
Tom Crosman
  • 1,137
  • 1
  • 12
  • 37
6
votes
1 answer

How to change the default palette in MudBlazor?

I'm using MudBlazor v6.07 and I know how to change the individual colors of the (UI) components using a new theme and code like this: private MudTheme _myTheme= new MudTheme(); _myTheme.Palette.Primary = new…
Paul Meems
  • 3,002
  • 4
  • 35
  • 66
6
votes
2 answers

toggle MudTable inline editing via an edit button

I am trying to get the mudtable to enter inline mode when you click on an icon. Currently it happens when you click on any row. Read Only I used the following to toggle the…
user3821656
  • 111
  • 2
  • 7
6
votes
2 answers

Changing appearance of MudBlazor Chart

I have successfully created my chart using MudBlazor.Line chart. The component has some basic options, which are working OK. However, I want to change other things (legend font size, line color and thickness, etc.) I found an option called…
John Ogburn
  • 63
  • 1
  • 3
5
votes
4 answers

WebAssembly Blazor .NET 6.0 not retrieving MudBlazor styling - Could not find 'mudElementRef.getBoundingClientRect'

I created a PWA and wanted to use MudBlazor for the UI, taking the code from the MudBlazor templates "Wasm-PWA" project. So far, I've tried Chrome and Edge, diffing the MudBlazor templates project to my own PWA project and cannot spot a difference.…
Justin Maller
  • 59
  • 1
  • 3
5
votes
1 answer

MudBlazor: MudTablePager change language of 'Rows per Page'

Is there a possibility to change this text: to something like 'Elemente pro Seite' for example? I changed the InfoFormat but i can't find an option to change the left side text? Code:
CeOnSql
  • 2,615
  • 1
  • 16
  • 38
1
2 3
33 34