-
**Is your feature request related to a problem? Please describe.**
https://github.com/stsrki/Blazorise/issues/1714
**Describe the solution you'd like**
A support for complex objects in multi-sele…
-
### Blazorise Version
1.3.1 - 1.4.0
### What Blazorise provider are you running on?
Bootstrap5
### Link to minimal reproduction, or a simple code snippet
When I use Group Separator and …
-
### Blazorise Version
1.2.3
### What Blazorise provider are you running on?
Bootstrap5
### Link to minimal reproduction or a simple code snippet
```
public List GridData { get; set; } = new();
…
He-Wu updated
4 months ago
-
In the Image and FigureImage components I can use an image source like this:
`www.site.com/image.png`
or
`$"data:{file.Type};base64,{Convert.ToBase64String(buffer)}"`
but in the cropper, if I try to…
-
Hi @Efraa I must say you have done a great job with this library.
I have used eFrolic as one of the providers for my components library [Blazorise](https://github.com/stsrki/Blazorise). You can fin…
-
Using the FluentValidator in Auto Mode the validation result relates to the previous value not the value just entered.
When doing a ValidateAll() is does work properly, but the form may show invalid …
-
I'm trying to use autoNumeric as part of my library. And I want to import it as a JS module. But whatever I try I cannot make it work.
The errors I got so far:
```
Unhandled exception renderin…
-
I am trying to use MatSnackBar and have a variable for its content as follows:
> Snackbar Status Message = @StatusMessage
-
Hello everybody,
I'm trying to use the datagrid in my application and want to have a Button that toggles a detailrow. The button image should change from ExpandMore to ExpandLess when the detailrow…
-
Currently there is no real example how to use the Filtertemplate.
Beneath https://blazorise.com/docs/extensions/datagrid/templates/
Some examples would be helpfull.
Also i dont know if it is pos…