931 questions
0
votes
1
answer
19
views
Mudblazor datagrid templatecolumn defining filteroperators
I have a MudDatagrid from mudblazor with a template column which I am trying to filter. The templatecolumn has a property called FilterOperators which I cannot figure out how to use properly.
I do not ...
1
vote
1
answer
47
views
How to validate MudSelect in Blazor project together with other form elements?
My example code can be found here: https://try.mudblazor.com/snippet/QYwpPPwgBPfgLWSf
I have an issue that MudSelects in custom components and in the main page do not show validation errors when ...
-4
votes
0
answers
48
views
Tree view context menu is very inconsistent. The context menu sometimes only displays after scrolling and sometimes doesn't seem to dispaly at all [closed]
As mentioned in the subject line the tree view context menu is very inconsistent where sometimes the context menu display only after scrolling and at other times it shows instantly!
Please view the ...
1
vote
1
answer
56
views
Opening a modal based on Mudradio selection in Mudblazor
I am fresh into coding and working on an UI in Mudblazor. What I am trying to do is I have a mudradio selection Yes/No, when user selects "No", it should display some text fields which I am ...
1
vote
1
answer
45
views
How to customize the appearance of MudNavLink using custom AppTheme?
I have following menu:
<MudNavMenu>
<MudNavGroup Title="Projects" Icon="@Icons.Material.Filled.List" Expanded="false">
<MudNavLink Href=&...
0
votes
0
answers
60
views
Class resets to null after login in MudBlazor because page reloads – how can I persist the user until he logs out?
I have a MudBlazor application where I use a custom CurrentUserService to store the currently logged-in user so I can display the user's profile image in the layout.
This state is not part of the ...
0
votes
1
answer
58
views
Why are my context menus for the Client, Site and Division not displaying
As mentioned in the subject line why are my context menus for the Client, Site and Division not displaying when running the code shown below! I've only includes the relevant sections below:
<div @...
1
vote
1
answer
53
views
MudFileUpload not opening file upload dialog
I'm using .NET 9.0 and MudBlazor 8.12.0.
I have this simple code shown here that is not opening any file upload dialog after gets clicked. What am I missing?
<MudFileUpload T="IBrowserFile&...
1
vote
1
answer
79
views
MudTabs throws ArgumentOutOfRangeException when loading page with query parameter
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....
Advice
1
vote
0
replies
73
views
ASP.NET Core embedded Blazor
Preamble
In our current setup, I am developing a class library that acts as a plugin to our platform. This "works" because the executable scans its own directory and automatically loads ...
1
vote
0
answers
66
views
Why does the MudBlazor Tree View display the edit view on the 1st click but all subsequent clicks only change the URL & does not update the view
As mentioned in the subject line I wanted to know why the MudBlazor Tree View display the edit view on the 1st click but all subsequent clicks only change the URL & does not update the view. ...
2
votes
1
answer
86
views
MudBlazor Login Dialog: Enter key needs to be pressed twice before login works
I'm using C# / .NET 9 and MudBlazor, and I've implemented a login dialog with username and password fields.
The login works fine, except that I have to press ‘Enter’ twice before the dialog closes and ...
0
votes
1
answer
56
views
Setting Mudblazor's MudNavLink underline property is not working as expected
I have a project I created, a .NET MAUI Blazor Hybrid and Web App.
I followed the procedure to install Mudblazor found here: https://www.mudblazor.com/getting-started/installation#manual-install
I ...
0
votes
1
answer
47
views
In Mudblazor how to change font size and font weight of <MudTreeViewItem>
In Mudblazor how to change font-size and font-weight of MudTreeViewItem ?
2
votes
0
answers
135
views
How to create a MudTable with a fixed header that expands to fit the size of the parent container
Can anyone show me how to make a MudTable that has FixedHeader=true but that also expands to fit 100% of the vertical height of the parent container?
If I set the height property to a pixel height (e....