Div around a table with overflow-x-auto (bootstrap) but the whole page...
I'm using Blazor, where I have a Component to load a seperate Table (with options to search and use sorting). I have a div around my table with class overflow-x-auto, but it still makes the whole page...
View ArticleBlazor Comonents (CascadingValue / DiagramCanvas) are not getting redrawn on...
I am pretty new to Blazor sorry if the question is not very appropriate, but I really tried a lot of the stuff out there.<RadzenCard...
View ArticleServerAuthenticationStateProvider reports Win32Exception: The trust...
I have a blazor server app with one pageIndex.razor@page "/"<AuthorizeView Roles="sample_role"> You see this because you have the sample_role</AuthorizeView><p>Everyone sees...
View ArticleBlazor Components (CascadingValue / DiagramCanvas) are not getting redrawn on...
I am pretty new to Blazor sorry if the question is not very appropriate, but I really tried a lot of the stuff out there.<RadzenCard...
View ArticleAzure AD B2C Unauthorized for API
I am building a Blazor app which I intend to protect using Azure Active Directory B2C.I created an AAD B2C app registration, and exposed an API from it. Then I created another app registration to serve...
View ArticleBlazor Server Side - MainLayout cascading parameter always NULL in Index
I have created a class of NewStuff.cs, and am attempting to send it down from my MainLayout into all of my other components, beginning with the Index.razor component. But on the Index side, it keeps...
View ArticleNavigationException: "Exception_WasThrown" in Blazor
I try to navigate to another page with but I get every time the exeption: "Microsoft.AspNetCore.Components.NavigationException: Exception_WasThrown". Do you now what I need to do or what is wrong...
View ArticleBlazor Web Assembly Project Connecting to CAS Service for Authorization
I'll preface this by saying that I'm not all that familiar with what the landscape of modern networks look like these days. I'll also preface this by saying this is a 2 factor auth problem that I need...
View ArticleHow to stop event propagation in Blazor Server app
I'm using Grid.Blazor library to render server side grid on Blazor app. One of the column has a button with click event. So when button is clicked then grid row event is also fired along with button...
View ArticleBlazor two way binding and on value changed event in the parent
What's is the recommended way to trigger a callback in the parent control using two way databinding when a property changed in the child control?I have tried following but it's not triggering...
View ArticleWhy my properties in my blazor wasm always become null when i submit the form
This is my code:From what I can see, I am creating a new instance of the class, binding each attribute to the class in the form, then converting to JSON and printing. What am I missing?@inject...
View ArticleInput number does not respect step
the input is always showing 4 decimal places. Is there a way to limit it to 2?I've tried doing a math.round at the database, I've tried using formatting of f2, it does not seem that anything I try will...
View ArticleHow to use IEndpointRouteBuilder in Razor class library
I have a Blazor component that I want to be standalone, so I can use it in SSR and WasmSignalR is also used in this componentI want to let the user can use the component with minimal settingsI plan to...
View ArticleWhat is the correct way to get data for an EditForm using EF Core, with or...
I have a Blazor EditForm and I use Model to relate it to the object and to bind the controls.EditForm Model="@Client" OnValidSubmit="SubmitForm"I use EF Core to bring the data from the model when the...
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 ArticleWhy is my Blazor Web App throwing a SocketException when authenticating with...
I have a Blazor Web App running with Interactive Server Render Mode, and an ID Provider built using OpenIddict. The Blazor App is configured to use the Microsoft OpenIdConnectHandler, essentially...
View ArticleI want vertical scrollbar automatically only for not for the whole
I want vertical scrollbar automatically only for MudMainContent not for the whole MudLayout but vertical scrollbar is now showing for whole MudMainContent so as my data overflows and on vertically...
View ArticleExecute ServerReload method from button on Blazor .net
I am using mud blazor and net core 8. I am calling an api to consult a report, so far so good, but now I need that reportis displayed when pressing a button and I feel like this changes everything...
View ArticleBlazor Authentification Problems using Cookies
So this is Program.cs:using BlazorWebApp.Components;using BlazorWebApp.Services;using BLL_Shared.Models.Configurations;using DAL.Abstractions;using DAL.Implementations;using DAL.Models;using...
View ArticleBlazor Authentication Cookie SendAsync NULL Exeption at...
So this is Program.cs:using BlazorWebApp.Components;using BlazorWebApp.Services;using BLL_Shared.Models.Configurations;using DAL.Abstractions;using DAL.Implementations;using DAL.Models;using...
View Article