23 questions
0
votes
0
answers
162
views
Blazor.Bootstrap _content folder not created at buildtime
I'm building a Blazor Server app (.NET 8), and I'm trying to use the Blazor.Bootstrap (3.3.1) components, but somehow the _content folder is not generated - there is a _framework. So at runtime I get ...
0
votes
1
answer
115
views
Embedded YouTube video in carousel in Blazor WASM
I have a Blazor WASM stand-alone (targeting .NET 9) project and I'd like to have a video play list. Just videos... no thumbnails.
So far I'm not committed to any of the Blazor UI libraries but I find ...
0
votes
0
answers
20
views
Blazor Grid Filter Issue - Issue in filtering field available in Virtual Class
I am unable to filter on Column category which is present in Equipment -> EquipmentCategory class. I am trying to filter the data on the basis of string CategoryName and when I enter a character in ...
-2
votes
2
answers
534
views
Adding BlazorBootstrap to a new Blazor project and showing a grid
Example attached.
Create a new Blazor Web App in VisualStudio 2022.
It is then unclear how to install BlazorBoorstrap because there is no index.html file.
However, it seems to work if you make the ...
0
votes
1
answer
894
views
Side Bar loading failure in bootstrap blazor
I am trying to create an application using Blazor. In that application I am using sidebar component of Blazor. I have installed Blazor bootstrap and have given every reference of dependencies which ...
2
votes
4
answers
3k
views
How to implement dark theme with blazor and bootstrap?
On https://docs.blazorbootstrap.com/ there is a light-dark theme switcher near Github and Twitter links:
However there is no explanation how to do it. Bootstrap 5 has now support for dark theme if ...
0
votes
0
answers
75
views
Blazor bootstrap BarChart possibility to remove DataSet
I'm using the component BarChart with Blazor Bootstrap and I want to know if it's possible to remove a DataSet from the component after it is added. I search in the doc but I didn't find something ...
0
votes
0
answers
82
views
Blazor WebAssembly: How to re-render component/element after it's been removed from the DOM?
I am learning Blazor, and I'm working on a form for creating a resource.
If the API responds with a success response, I want to show an alert.
I am using Bootstrap's dismissable alerts.
Currently I ...
0
votes
2
answers
437
views
How to specify a context to BlazorBootstrap GridColum?
Error RZ9999: The child content element 'ChildContent' of component 'GridColumn' uses the same parameter name ('context') as enclosing child content element 'ChildContent' of component 'AuthorizeView'....
0
votes
1
answer
716
views
OnParametersSetAsync is being called when i change te value of BootstrapSelect
I have a selectbox using the following lib: https://github.com/Rob-Newman/blzr.bootstrap-select
When the Parameters are set i fill the selextbox with the available options and the already selected ...
1
vote
0
answers
500
views
Navigate to new page before rendering is complete Blazor
I am building a razor page that contains a number of razor components that utilize Blazor Bootstrap doughnut charts and bar charts on a Blazor application. One of the elements on the page is a link to ...
0
votes
1
answer
895
views
Dynamic page size in BlazorBootstrap Grid
I want a page size based on available window height.
I'm able to get window height and calculate how many row can fit but I'm not able to change page size after initialization.
Here's a code
Page....