Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
162 views

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 ...
Sandro's user avatar
  • 1
0 votes
1 answer
115 views

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 ...
Sam's user avatar
  • 31k
0 votes
0 answers
20 views

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 ...
Arpit Sharma's user avatar
-2 votes
2 answers
534 views

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 ...
Richard Barraclough's user avatar
0 votes
1 answer
894 views

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 ...
Arpit Sharma's user avatar
2 votes
4 answers
3k views

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 ...
Tomasz Sikora's user avatar
0 votes
0 answers
75 views

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 ...
Alexandre S.'s user avatar
0 votes
0 answers
82 views

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 ...
desolate_mountain's user avatar
0 votes
2 answers
437 views

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'....
Martin VU's user avatar
  • 171
0 votes
1 answer
716 views

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 ...
Tim Eulink's user avatar
1 vote
0 answers
500 views

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 ...
donny_V's user avatar
  • 11
0 votes
1 answer
895 views

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....
Ravi Makwana's user avatar
  • 2,920