Replies: 3 comments 4 replies
-
@rwb196884 Thank you for trying BlazorBootstrap! We assume you followed one of our setup guides to integrate BlazorBootstrap. If not, please refer to the documentation: https://docs.blazorbootstrap.com/getting-started/blazor-webapp-server-global-net-8. Next, try adding a Grid component example. If you encounter any issues, please share a minimal reproducible example on a public GitHub repository. We cannot accept zip files due to security concerns. Please share a GitHub repo. |
Beta Was this translation helpful? Give feedback.
-
I just followed this getting started: Then I updated Home.razor (default page) to, see attached file. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/rwb196884/blazor-bootstrap It appears that the grid is client-side only; the server side grid does not work. I cannot follow the instructions at https://docs.blazorbootstrap.com/getting-started/blazor-webapp-server-global-net-8 because they are incorrect. A new Blazor project crated with VisualStudio does not have a file |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How do you get the grid to work?
I coped the (client side) example from https://demos.blazorbootstrap.com/grid into my code and nothing appears on the page.
Example in new Blazor project created in VisualStudio2022:
BlazorApp1.zip
Beta Was this translation helpful? Give feedback.
All reactions