The Wayback Machine - https://web.archive.org/web/20210625111346/https://github.com/topics/blazor
Skip to content
#

blazor

Here are 1,660 public repositories matching this topic...

ant-design-blazor
hongyeli620
hongyeli620 commented Jun 19, 2021

Describe the bug

The 'Upload' component will treat the 201 (created) HTTP status code as a failure result

Page Code:

<Upload Action="@uploadUrl" Name="files" FileList="_fileList"
        OnSingleCompleted="OnSingleCompletedAsync" BeforeAllUploadAsync="OnBeforeUploadAsync">
    <Button>导入</Button>
</Upload>

C# Code:

When the HTTP status code returns **201 (cre

senkadir
senkadir commented Mar 12, 2021

Describe the question
I have implemented MatBlazorTable and first columns has MatBlazorCheckbox. I couldnt find how to implement Select All feature.

Expected behavior
I would like to add Select All button to select all items in the table with checkboxes.

Screenshots
Before click button
![image](https://user-images.githubusercontent.com/10263337/110940096-a7b40e80-8336-11eb-9

blazorboilerplate
trihugger
trihugger commented Jan 11, 2020

One of the major topics in an enterprise application is encryption at rest. With SQL server 2016+ it is possible to do encryption at rest. .Net Core wasn't compatible until recently, which I think now supports only TDE (Transparent Data Encryption).

I don't know enough to implement enough, but here's an article I found.

https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/c

MudBlazor
henon
henon commented Nov 26, 2020

Using the table component is exceptionally good but the pagination is client side.

What would be nice is that we could use a table model to have pagination via server

It could be the exposing of a Total Records , Items per page properties and an event on the pagination buttons so we can "refill" the table.

I happen to be like you.
I wrote a Pagination component with 4 button,

Asp.Net Core 5 Clean Architecture (Microservices, Modular Monolith, Monolith) samples (+Blazor, Angular 11, React 17, Vue 2.6), Domain-Driven Design, CQRS, Event Sourcing, SOLID, Asp.Net Core Identity Custom Storage, Identity Server 4 Admin UI, Entity Framework Core, Selenium E2E Testing, SignalR Notification, Hangfire Tasks Scheduling, Health Checks, Security Headers, ...
  • Updated Jun 24, 2021
  • C#
larsk2009
larsk2009 commented Jan 22, 2021

I always find it very handy if there is just a table with all available settings and their usage or meaning. Maybe this is something we can add to the readme. I also think this will provide a better overview to contributors which functions already exist.

The reason this popped in my head now, is that we have the setting FocusFirstElement. While it is true that that setting control whether or

Improve this page

Add a description, image, and links to the blazor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the blazor topic, visit your repo's landing page and select "manage topics."

Learn more