MudNavGroup - change Title style
I want to change the style of the Title of a MudNavGroup and only the Title.I tried with the Style Attribute but it change the style of all the element in the ChildContent<MudNavGroup...
View Article"There is no registered service of type..." doing Dynamic Assembly Loading in...
I need to implement a feature in my MAUI and Blazor project where, upon opening the application, it checks a server for a new version of the frontend. If a new version is available, it should download...
View Article.NET 8.0 : there was an error running the selected code generator: 'Package...
I were doing this tutorial https://learn.microsoft.com/en-us/aspnet/core/blazor/tutorials/movie-database-app/part-2?view=aspnetcore-8.0&pivots=vs.When I add Razor components using Entity Framework...
View ArticleBlazor Renderfragment RenderTreeBuilder Parent / Childs
I useRenderFragment MyRenderFragment() { return builder => { switch (item.Name) { case .... to run components and it works great.Now I want to use this on a parent / childs example but I can't work...
View ArticleAdd cookies to the API request in Blazor
I'm using the blazor web application with auto interaction and individual accounts, I'm trying to make a request to the API but the cookies aren't passed on in the request, how do I add them?return...
View ArticleCookie-based request credentials in Blazor
I'm using blazor .net with interactive auto and individual accounts. When I send a request from the client to my server/api, I can't insert the cookies in the request header.Following the documentation...
View ArticleOpenIdConnect not working after deployment of blazor server app
The Blazor server application is working locally with a locally stored certificate. But the application is not working in the Azure portal, it keeps on showing pick an account dialogue. Application is...
View ArticleChange RadzenDataGridColumn background color
Error:System.InvalidOperationException: Object of type 'Radzen.Blazor.RadzenDataGridColumn1[[Goldproj.Finance, Goldproj, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' does not have a...
View ArticleBlazor component not linking css
I have a Blazor server app with a client project. In the client project, I have a bunch of pages and components. Adding a file with the same name as the razor page with the CSS extension worked so far...
View ArticleProblem with scale app icon in Blazor .NET MAUI
I have a file ico, which size is 256x256. I set this file as MauiIcon. Problem is image extends beyond app icon on Android (does not scale).How can I fix it?I've tried to set attributes BaseSize and...
View ArticleHow can I serve up Blazor WASM application... cost effective
I have been searching for solid documentation to serve up my Blazor Wasm application through a linux shared hosting server.I would really like to get the explanation on how this works... I found many...
View ArticleMudBlazor, DataGrid Filter change language
I would like to change the language used in the labels of the filters of the DataGrid. By default the labels are in English and I would like to have them in German.I have tried to change the general...
View ArticleSealing Razor defined components
You can seal a class defined component like this:public sealed class MyComponent { protected override void BuildRenderTree(RenderTreeBuilder builder) { // some RenderTreeBuilder Code }}But does this...
View ArticleHandling Blazor Route Parameter on MainLayout?
Question about routing in the context of a .NET 8 Blazor Webassembly application.I want to achieve the following...
View ArticleExceptions On Multiple Submission of Form in Blazor EditForm
My Blazor Form works and does valid submission,but when I submit the form multiple times in a very small time interval, it gives different types of exceptions,...
View ArticleCode metrics in visual studio without compiler generated code
I have a Blazor Server project that also uses ANTLR.Compiler generates c# code files for every .razor file and ANTL grammar file. This skews the code metrics in visual studio. While the dev controlled...
View ArticleFirst option is always null in InputSelect
In my Blazor app, the <InputSelect /> component is not working as expected. The first option is being shown as selected, but when I submit the form it is always null.Relevant Model...
View ArticleBlazor server app memory usage success story
We have an enterprise application built using server side Blazor and hosted in Azure. With increased app usage, the memory allocation to the app service would just keep climbing until we would get to...
View ArticleDoes Blazor Server's single-threaded emulation ignore JavaScript interop?
I ran into an issue today with a component that wraps a JS library that can affect the Blazor component's bound value. Updating the value of the Mask parameter would result in the JavaScript code...
View ArticleMore failed to launch debug adapter problems in a Blazor app
I am learning how to use Blazor by building an app to display data from a database I have at home. I'm using .NET 8. I have gotten an error that says:Failed to launch debug adapter. Additional...
View Article