I am seeing a different behavior between Blazor UI 8 and 9.
Since upgrading to version 9 the GridToolBarTemplate is getting a k-toolbar-scrollable and the toolbar is getting wrapped in a div with k-toolbar-items k-toolbar-items-scroll classes. This is preventing my toolbar from rendering the way it did in version 8.
I added <GridToolBarSettings OverflowMode="GridToolBarOverflowMode.None" /> as he first element of the template but that had no effect.
How can I prevent the toolbar from getting this new div and classes?
Thanks,
Dave Shine
dshine@caseglide.com