mudblazor Questions
3
Solved
MudTable component really great, look very nice. But I want configure column width. Is possible?
<MudTable Items="@my_users">
<HeaderContent>
<MudTh>Nr</MudTh>
...
2
Solved
I'm using MudBlazor and implemented a MudSelect component following the documentation.
However, I'm trying to get the selected value from the MudSelect when a selection has been made but unsure whi...
8
Solved
I have installed mudblazor through NuGet and followed the "tutorial" on how to set up mudblazor, I did everything step by step but for some reason the component appears without any css or...
Stearne asked 6/12, 2020 at 16:7
6
i have tied so many ways for switching Between Dark and Light Mode in Blazor.with different packages and Even Manually with css.
but they never workedout For Me.can someone Give me complete guid on...
Sidell asked 2/2, 2022 at 6:4
2
Solved
I am trying to localize MudBlazor data grid using resource files. But data grid filter items are still shown in English.
According to this I have added the following class:
using Microsoft.Extensio...
Postobit asked 5/11, 2023 at 6:36
3
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.
<MudSwitch @bind-Checked="@ronly" Color="Color.Tert...
3
Solved
In MudBlazor what is the cleanest way to align a MudIcon with some corresponding MudText.
{
<CardHeaderContent>
<MudText Typo="Typo.h6" Align="Align.Center">
<...
1
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?
Fruiter asked 19/12, 2022 at 21:42
2
Solved
In my opinion the documentation for MudDataGrid is a bit lacking when it comes to loading paged data from a dynamic source such as an API.
How do I use the ServerData attribute?
How do I handle ro...
2
Solved
I have built a nice looking register form with MudBlazor.
<MudCard Class="signup-form">
<MudCardContent>
<form>
<MudTextField Label="Username" />
&l...
Weigle asked 27/10, 2020 at 10:6
1
Solved
I have been playing around with the new .Net 8 Blazor templates and ran into a problem with Identity and setting a global InteractiveServer render mode. The change I made was in the App.Razor file ...
5
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 wa...
Cylindroid asked 29/7, 2022 at 18:38
5
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" Label="Assign...
1
Solved
I'd like to create a way to create dynamic columns using PropertyColumn in MudBlazor Datagrid.
<MudDataGrid @ref=_grid Items="GetItems(Model.ModelClass.Object, Items)">
<Columns...
2
Solved
I'm currently in the process of learning Blazor (with MudBlazor) using FluentValidation. I'm largely going off what's in the MudBlazor docs for patterns and practices. I've got a top-level form (Ma...
Harilda asked 4/10, 2022 at 14:59
1
I have two select controls and a button. The select seems to be shrinking once an option is selected. I have reproduced the issue here:
snippet link
This is the relevant code:
<div class="d...
4
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 template...
Pun asked 19/4, 2022 at 17:35
3
Solved
I'm trying in MudBlazor to make e-commerce style boxes where you can view image, product name and other information.
I am currently using the MudGrid with the related MudItem.
See this example:
As...
Humanly asked 21/2, 2022 at 16:24
2
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 ...
Unmanly asked 15/2, 2022 at 13:11
1
Getting started with Mudblazor and using their component code to create a datagrid. I'm not able to find anything that helps me add a new record and also validate the edited record.
Does anyone hav...
Gateshead asked 25/4, 2023 at 3:54
2
Solved
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...
Ditchwater asked 5/11, 2021 at 3:37
1
Solved
I have a table with 5 columns, one of which contains some very long user IDs (with no spaces). Rather than the text being clipped off, it expands the column to fit all of it, pushing the others off...
3
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?
1
Solved
I need to customize the look of the MubBlazor MusSelect component. Basically I want to apply a background to the input and let the label with a transparent background.
original:
Custom:
This coul...
1
Solved
I am new to Blazor and MudBlazor. I am using a and I want to call an event when the selection changes. The documentation show there is a EventCallback method but there are no syntax examples. I hav...
Busily asked 26/9, 2022 at 17:42
1 Next >
© 2022 - 2024 — McMap. All rights reserved.