Blazorise is a frontend components library built on top of Blazor and CSS frameworks like Bootstrap, Bulma and Material.
Questions tagged [blazorise]
120 questions
5
votes
1 answer
Blazor [WASM] System.TypeLoadException: Could not resolve type with token 0100001a
I'm getting this error:
enter code hereSystem.TypeLoadException: Could not resolve type with token 0100001a from typeref (expected class 'System.Threading.Tasks.Task' in assembly 'System.Runtime, Version=4.2.2.0, Culture=neutral,…

Mateusz Kierepka
- 61
- 1
- 4
5
votes
1 answer
How to override a render fragment in a base component in blazor
I am using the Blazorise DataGrid and I wanted to make a custom DataGridColumn where DisplayTemplate is pre set to a template however I cant figure out how I am supposed to set the DisplayTemplate if I derive from the DataGridColumn. I started with…

Digital Powers
- 460
- 6
- 23
4
votes
1 answer
Value cannot be null. Parameter name: source when trying to get data with web api
I have this issue that I've been trying to solve the whole night and I'm cracking my head over this, sorry if it's silly, I'm a relatively new programmer..
It is supposed to get some data from my database via a Web API, and show it in a data grid…

Lucas Soares
- 43
- 1
- 1
- 3
3
votes
4 answers
Only some Font Awesome icons display
Only some icons work:
fa-user
fa-check
fa-minus
fa-phone
Others just show an empty square icon:
fa-skull
fa-apple
and others don't do anything:
fa-x
fa-xmark
fa-road-circle-exclamation
I'm using Blazor with Blazorize, and have tried the…

Vereonix
- 1,341
- 5
- 27
- 54
3
votes
1 answer
Show DetailRow on RowDoubleClicked Blazorise DataGrid
I use Blazorise DataGrid component to show my master/detail data in which you click master row and DataGrid shows detail row/rows.
How can one use the feature of RowDoubleClicked and change the natural behavior of DataGrid, to show detail row/rows…

Mansour Tarafdar
- 55
- 2
- 8
3
votes
1 answer
asp.net core 3.1 with Blazorise not reseting Validations with ValidateAll()
I am creating a Blazor client app using Blazorise Bootstrap.
In my code I have a popup for basic CRUD on a POCO. I am using the Blazorise Validations to enforce field requirements;
Blazorise Validation Documentation
Now the issue I have is that my…

Matthew Flynn
- 3,661
- 7
- 40
- 98
2
votes
1 answer
Bunit & Blazorise Cannot consume scoped service 'Microsoft.AspNetCore.Components.IComponentActivator' from singleton 'Bunit.Rendering.WebTestRenderer
I am receiving this error to do a unit test with spec test and bunit for a project in Blazor and Blazorise:
Cannot consume scoped service 'Microsoft.AspNetCore.Components.IComponentActivator' from singleton 'Bunit.Rendering.WebTestRenderer
Thi is…

Pikachuuuu
- 95
- 7
2
votes
1 answer
Blazorise Dropdown does not disappear
I'm new to Blazorise and I'm using Blazorise Dropdown, then I have faced some conflict, when I click the dropdown and then click outside, the dropdown menu does not disappear, any solution?
Thanks

core114
- 5,155
- 16
- 92
- 189
2
votes
2 answers
how do I bind a blazorise RichTextEdit component to a model property
I am attempting to use a blazorise RichTextEdit component within a form. I cannot seem to get the value to be set initially to the value of a provided model property.
2
votes
1 answer
Update Method RowInserted Not Called On Submit for Blazorise DataGrid
I need to have all the CRUD methods be external. But there is something missing. What?
I set the UseInternalEditing=false, define RowInserting and the external method OnRowInserted is not reached.
Code

user384496
- 180
- 1
- 2
- 16
2
votes
1 answer
DataGrid editing on separate page/component
I have a Blazorise DataGrid working, now I want to add a button to edit the record on a different page/component (not inline or popup).
My raw starting grid markup:

Steve Greene
- 12,029
- 1
- 33
- 54
2
votes
0 answers
DataGrid Blazorise export to Excel or CSV?
Is there any possibility to directly export all the data from the DataGrid (from Blazor) to Excel, CSV or any other data structure, without manually coding this?
Many frameworks support this, but I couldn't find anything like that for Blazorize…

AztecCodes
- 1,130
- 7
- 23
2
votes
1 answer
Aggregates in Blazorise Datagrid with large dataset example
does anyone have an example of the Blazorise DataGrid with DataGridAggregates (for a column total) when using the large data set approach?
No footer appears when I try:

Craig
- 517
- 1
- 9
- 17
2
votes
1 answer
Blazorise Vertical Sidebar Toggle
I'm using the Blazorise component library, and I'd like to make a vertical sidebar similar to the way it's done here: https://www.matblazor.com/, where it's always collapsed unless you click the toggler. It seems simple enough but I just can't…

CoderSteve
- 629
- 5
- 16
2
votes
0 answers
Blazorise button styles not showing in Server side Bazor
I have just started looking at Blazorise. The project is .NET Core 3.1 with server side blazor. Blazorise installed via NuGet at v0.9.1.2.
I have a Blazorise grid functionally working well, now I added a button to the top of the form -…

Craig
- 517
- 1
- 9
- 17