ComponentOne Studio Blazor Edition 新版本发表

Released: Dec 6, 2023

2023 v3 中的更新

特性

  • Added support for Microsoft .NET 8.
  • Improved Performance with .NET 8 and Blazor WASM
    • The largest performance improvement with .NET 8 is within the FlexGrid for Blazor WebAssembly (WASM). This .NET 8 version is, on average, five times faster than the same control in .NET 6 due to the improvements with AOT compilation.
  • Improvements in .NET 8 for Blazor Server
    • .NET 8 also brings many improvements to Blazor Server, including static server rendering. The FlexGrid for Blazor Server also benefits...

Released: Aug 2, 2023

2023 v2 中的更新

特性

  • New Blazor Gauge Controls
    • Added three new Blazor gauge controls to create linear, radial, and bullet graph gauges.
    • Easy to style and configure.
    • Gauges support marks, labels, and ranges for customization.
  • FlexGrid for Blazor Pinned Columns
    • Freezing columns allow a certain column to be in view even if the grid is scrolled horizontally.
    • Added a new pinning sample demonstrating how to enable column freezing in FlexGrid at runtime.
    • Users can use the pin and unpin column menus to freeze or unfreeze...

Released: Mar 29, 2023

2023 v1 中的更新

特性

  • FlexGrid for Blazor Enhancements - Cell dragging and multi-range selection modes have been added to the Blazor FlexGrid. Now you can enable different multi-range selection modes to allow end-users to select multiple, non-adjacent cells, rows, and columns. The selection behavior has also been improved with dragging support in both server and client applications. Users can now drag their mouse across the grid to select multiple items.
  • New Excel Samples for Blazor Server and Web Assembly - A new...

Released: Dec 7, 2022

2022 v3 中的更新

特性

  • Added Microsoft .NET 7 support.

Released: Aug 3, 2022

2022 v2 中的更新

特性

  • FlexGrid Column and Selection Menus - FlexGrid for Blazor now has built-in column menus to sort, filter, group, and resize columns. Users can invoke the menu by clicking on the ellipses button beside the column name. When users select any row\column on the grid, they can open a selection menu using the context menu. The selection menu provides clipboard operations such as cut, copy and paste.
  • FlexChart Export to Image - FlexChart for Blazor can be exported to an image in PNG, JPG, or SVG...

Released: Mar 31, 2022

2022 v1 中的更新

特性

  • FlexGrid Data Filters - The Blazor datagrid now has an advanced filtering UI for applying conditional filters to a column or the entire data set. The data filter UI is a separate component that can be used in a variety of filtering scenarios. It's also included in the FlexGrid filter row for built-in functionality.
  • DataFilter Conditional Filtering - Create e-commerce style filtering UI in your Blazor C# web apps. The DataFilter UI auto generates filters based upon a data set. The user can...

Released: Dec 8, 2021

2021 v3 中的更新

特性

  • .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...

Released: Aug 4, 2021

2021 v2 中的更新

特性

  • Blazor TreeView Component - Display your hierarchical list of items, such as indexed entries, directories on a disk, or headings in a document, as a tree structure with our new Blazor TreeView component. Or, if you have a nested navigation system or site structure, the TreeView provides the perfect UI component to create the navigation list. It comes complete with style customization, connecting lines, keyboard support, and multiple selection modes.
  • Blazor FlexGrid Excel Export - Support has...

Released: Apr 7, 2021

2021 v1 中的更新

特性

  • Blazor Window Component - Create modal and modeless prompts and dialogs in Blazor apps using the new C1Window component. C1Window can be used as a full pop-up window to support resizing, closing, and dragging the window using a mouse. Use it to provide popup editing for FlexGrid. You can also use C1Window as a simple popup to display additional information for any owner element.
  • Blazor DateRangePicker Component - Select a date range with the new C1DateRangePicker component. It's helpful to...

Released: Dec 2, 2020

2020 v3 中的更新

特性

  • Blazor Inputs for Dates, Times, and Numbers
    • Display, edit, and validate numeric, date, and time information using DateTime Editors and NumericBox for Blazor.
    • Get four specialized Blazor input controls: C1NumericBox, C1DateTimePicker, C1DatePicker, and C1TimeEditor.
    • Select values from a wide range of supported date and time formats and cultures.
    • Customize the icons and display buttons.
  • Blazor Calendar
    • Display multiple, adjacent months in a single calendar view.
    • The new Blazor Calendar control...