Robert Haken
Robert Haken
@blanchardglen, do you have any alternative suggestions for the proposed PR aside from `pointer-events: none;`? I currently don't see it as the ideal solution, since we've encountered some issues related...
@crdo I'm able to reproduce the reported issue. The issue disappears when I force `:hover` on the `select` element: 

PR? ;-)
Iteration 1 - switched Blazor components to HTML elements (4.5.0-pre1)
`Server/Controllers/FileUploadControllerDemo.cs`
This is a frequent challenge encountered when transitioning from plain HTML elements to Razor components, and unfortunately, there isn't a simple obvious solution. Have you come across any noteworthy implementations...
Bootstrap v5 currently doesn't include a specific 'sidebar' component. Your suggestion to introduce something like `HxSidebarDivider` for adding horizontal separators to the sidebar is quite interesting and could be a...
(Regarding the expansion, there is just the `ExpandOnMatch` parameter which currently allows you to expand the sidebar on first render when the URL matches.)
I successfully reproduced the issue reported (BlazorAppTest/HxGrid_Issue705_Test).  It is a bug (possibly caused by the design of `HxGrid` where the columns are rendered first to allow their usage as...