-
I was trying to find information on doing Radio buttons in server-side Blazor, and hit this page and finding many problems.
In the TOC, when I click on anything between InputCheckBox and InputTe…
-
I managed to get the blazorwasm template working, and it only took me about a day to do it, which I don't consider to be too bad. Aside from the large number of steps (unavoidable) the part that was m…
-
Hello, I've been looking for some components for Blazor and I found yours a very complete ones and open source is an A++. I'm looking to have a very nice table design. When the data shows on table it …
-
I created a Asp.Net Core hosted Blazor webassembly 3.2.0 Preview 3 application with the authentication option of In-App accounts. I then added a few additional attributes to the ApplicationUser class,…
-
**Scenario:**
Created an EF Core scaffold from exisiting, populated PostgreSQL db using the docs and NpgSQL package flawlessly.
Existing data is found and fetched with no issue.
When I try t…
Dmo16 updated
4 years ago
-
I realized a simple **exporter to csv or excel** (using DocumentFormat.OpenXml) that writes all the records from a grid to a file when the user push the 'export' button in the razor page.
Now I wou…
-
1. Create a new Blazor WebAssembly 3.2.0 Preview 4 project with auth option of In-App accounts.
2. Add a new role, register a new user and add it to the role. Verify the user belongs to the role by …
-
Over the next few months, we plan to consolidate several of the foundational repositories of .NET Core, including dotnet/coreclr and dotnet/corefx.
.NET’s repository structure on GitHub was initial…
-
### Describe the bug
I have a particular an implementation of a Table and Tab components. https://github.com/WildGums/Blorc.PatternFly. That works well so far but when I mixed to work together some…
-
I use an editform and the daterangepicker into a TD element.
When I click on the DateRangePicker, values are shown outside of the TD element: on the completely left side of the screen (menu of the we…