Which event in a MudBlazor MudSelect is called when selection is changed and...
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 which...
View ArticleCan anyone help me fix this meter display animation from bottom to up using...
I am working on a Blazor Hybrid Project (Web App) that have a meter display component. This meter display component will display string of numbers that resembles a real meter display. When a new number...
View ArticleAntiforgeryToken not generating __RequestVerificationToken hidden field...
I have an app built using .NET8 Blazor with InteractiveServerRenderMode.App.razor is configured like in Template you get when you create Blazor Server App with Global Interactivity and Identity.I have...
View ArticleHow to use Collapse Sidebar in blazor webassembly
I want to make a collapse sidebar in blzor webassembly. I found a sample of collapse sidebar in w3schools.com (enter link description here) but i have no idea how can i perform it in blazor.Is it...
View ArticleBlazor Application issues after deploying to production environment. Getting...
I am using Blazor App. I have created the project and deployed to lower environments and it is working fine. Also in production environment with default domain it is working but after doing the front...
View Articlewhy my component does not render when click button again
when I click on button for the first time notification component was render but when I click on button again this component not render , why ?what should i do for rerender notification...
View ArticleChoosing and configuring the most appropriate Blazor Fluent UI Drop-Down
I'm fairly new to Blazor and the new Fluent UI. I'm trying to create set of hierarchical drop-downs (the values in one list based on the user selection in another) based on the values from an API, but...
View ArticleInitializing roles in .NET 8 Blazor web app
I am trying to initialize roles for my Blazor app. This is my service that should create roles if they don't exist:using Microsoft.AspNetCore.Identity;namespace FoodApp.Services{ public class...
View ArticleBlazor components and OnInitialized() inside another method
I have Blazor component with button. Clicking the button calls the method SetLastDate(). private string? LastDate { get; set; } protected override void OnInitialized() { LastDate =...
View ArticleFast Endpoints DontCatchExceptions(); not working
I am using Fast Endpoints in a .net8 Blazor Web App API. I am puttingDontCatchExceptions();in some of the Configure methods like this:Post("policies/contacts");Options(x =>...
View ArticleBlazor - LocalStorageService not working in DelegatingHandler
I am using the Blazored.LocalStorage library to store JWT tokens returned from an API's login method. I then use it again on every other API call to retrieve it and send it as a bearer token. I am...
View ArticleDropzone.js in Blazor Application
I am writing a Blazor application and want to try my hand at JSInterop and the Dropzone.js library. However, I can't get over the hurdle of transferring the actual attachment data between the...
View ArticleBlazor Server - MudBlazor - MudTextField bind value not updating
The MudTextField is bound to variable chatInput. Once user inputs their query and hits Enter, HandleKeyUp() is called. In that method, we grab the value of the query and then clear the field and...
View ArticleCookies authentication in Blazor 8 having Individual Accounts as...
I have created a Blazor 8 application by choosing the render mode "Auto (Server and WebAssembly)" with "Individual Accounts" as authentication. The application is running fine with various roles such...
View ArticleComposite key in a Syncfusion Blazor Datagrid
I need advice on implementing a composite key on a Syncfusion for a Blazor Datagrid. It does not allow composite keys and the ticket to add it as a feature has sat unmoved for a few years now.This is...
View ArticleBlazor: Virtualize breaks @bind with inner components, what I do wrong?
I have a tree structure which has over 10.000 items.I use Virtualize to lazy render items.When I @bind tree state to item.Then the connection between root and children is broken after the second level...
View ArticleBlazor 8 Interactive Server Authentication System Refresh Cookie
I am using Dot Net 8 Blazor Interactive server with default authentication provided by the template.The default authentication template uses IdentityRevalidatingAuthenticationStateProvider and a...
View ArticleAngularJS and Angular 7 alternatives [closed]
in terms of not having breaking changes in each version and haveing an easy way to upgrade due to end of life and lack of updated browser competabilities and security issues, on which client side...
View ArticleBlazor Server 8 Advanced Navigation Font Awesome icons oversized
I'm experiencing issues with Font Awesome and Blazor Server 8 when using advanced navigation. I created a new basic application and placed one icon from the FontAwesome package on the homepage. When I...
View ArticleDefault/max browser application cache storage size
I've looked and can't seem to find a straight answer on the default size limit for the browser's application cache storage. I'm currently planning to cache a SQLite database in a Blazor progressive web...
View Article