-
First of all, thanks for an awesome set of components, and for making the Blazor components free to use. And thank you in advance for considering this possibility.
**Is your feature request rela…
-
Hey,
I was scrolling through the docs for the new [selection](https://blazorise.com/docs/extensions/datagrid/selection) changes and noticed, when trying to deselect the last item in multi-selection…
-
**Describe the bug**
All Frozen columns that are not initially left, overlap when scrolling.
**To Reproduce**
Steps to reproduce the behavior:
1. Take the code from your example, [here](https://…
Foitn updated
2 years ago
-
### Bug type
Component, Other
### Component name
_No response_
### What happened?
for loops run respectively when using MudBlazor components.
### Expected behavior
for loops to run in conjuncti…
-
**Describe the bug**
I Have a DataGrid with `SelectedRows="@myList"` and `SelectedRowsChanged="@AddOrRemoveMyList"`
When i select a row AddOrRemoveMyList gets hit
```
private void AddOrRemoveM…
-
**Describe the bug**
I have a Blazorise LoadingIndicator component wrapping a DataGrid, but no matter where I place it always shows at the bottom (I've tried to place it wrapping buttons, anda others…
-
**Is your feature request related to a problem? Please describe.**
It would be nice if MudLink could be used with an OnClick handler as an alternative to Href.
**Describe the solution you'd like**…
-
Hello everyone.
I have a general question related Blazor. I'm creating a program for dealers. In backend side I use gRPC, and for frontend side Blazor Server. For creating Blazor components I use […
-
I am using Blazor project with Blazorise Bootstrap5.
I have a DataGrid that is working ok.
At present Narrow halves the padding of the displayed rows.
I am trying to specifically nominate the…
-
**Describe the bug**
I am attempting to use the `DataGridMultiSelectColumn` checkboxes exclusively for selection, so that I can use row clicks to toggle detail rows without affecting selection. Howev…