The DevExpress Blazor Grid allows you to save layout information between application sessions. This information includes only settings that a user can change in the built-in UI. This example ...
A collection of example pages and components demonstrating the Flowbite Blazor component library a set of Blazor components inspired by the look and feel of the Flowbite JavaScript UI library (similar ...
Blazor, like most systems for generating Web pages, supports using layout pages for repeated content. Here's what works and what doesn't (yet) work. At the top of all your Web pages you undoubtedly ...
Way back in the Blazor 0.1 days events were extremely limited; we had to make do with only three: onclick, onchange and onkeypress. The event data available was also rather basic -- in fact I'm not ...