New DataFilter Blazor component.
Adds DataFilter component, drag-and-drop functionality, plus support for .NET 6.
Features
- Microsoft .NET 6 Support
Componentone Blazor 2021 v3 ships with two versions for Blazor: .NET Core 3.1 and .NET 6. The benefit of switching to .NET 6 is that you will no longer need to manually add the references to scripts and JavaScript files for each control library. Enjoy the intrinsic benefits that .NET 6 brings to Blazor, such as faster loading of WebAssembly applications. - Drag & Drop Support
This release adds drag-and-drop functionality across the Blazor suite of controls - ensuring the client-side behavior works well in both server and WebAssembly applications. It also incorporates cross-platform DataFilter UI in Blazor for advanced Blazor datagrid and list view filtering. - New DataFilter Component
The DataFilter UI provides e-commerce-like filters to accompany any extensive data collection. Filtered data is easier to analyze and allows you to focus on specific information.- Filter on criteria such as brand name, price, and time.
- Connect to any data-aware controls such as datagrids, list, treeview, and charts.
- Autogenerate the filter panel UI from the data source or create it manually.
- New Menu Component
Create complete menu systems using the new Menu control in Blazor. You can add deep nested, horizontal, or vertical menus to your application for easy navigation to different parts of your application. Utilize the template features to customize headers and items to provide a rich interface. - FlexGrid Column Reordering
The Blazor FlexGrid component now supports column and row reordering by drag-and-drop interactions. The AllowDragging property can be used to enable the movement of columns, rows, or both. Column reordering is enabled by default. - TreeView Node Reordering
The drag-and-drop functionality extends to Blazor TreeView component. Users may reorder nodes to any desired level by dragging and dropping. The AllowDragDrop property can be used to enable node reordering. This feature also supports event-driven dropping between two TreeViews using the OnDrag event handler. - FlexChart BreakEven Chart
FlexChart for Blazor now supports BreakEven charts. Break-even analysis is used to calculate marginal costs. This technique is widely used by production management and management accountants.