ComponentOne Studio ASP.NET MVC 2024 v2
Released: Dec 4, 2024
2024 v2 での更新項目
機能
- .NET 9 Support
- .NET apps will have even more modular flexibility and improved performance.
- As with previous versions of .NET, there are often sweeping changes and issues across the entire .NET stack. The MESCIUS team has been diligently working with every .NET 9 preview this past year to address these changes before they reach users. This includes changes to the drag-and-drop cursor, clipboard, and binary serialization in several of their libraries.
- Please note that, like .NET 7, MESCIUS are not providing .NET 9-targeted packages. Their plan is to only offer the LTS (long-term support) versions as packages. They have ensured .NET 9 support in their .NET 8 packages.
- FlexGrid for ASP.NET Core Enhancements
- New triggers, which allow tooltips to display on focus in addition to on hover.
- New pasteEmptyCells property that determines whether, when pasting, to paste all cells or only not empty cells.
- The cell editor now supports non-editable, selectable dropdown-like menus for DataMap values. When assigning a DataMap to a cell, you may now restrict editing to selection only.
- The FlexGrid column headers may now receive focus. For example, you may now use the arrow keys to move up into or over row and column headers. Additionally, once column headers have focus, the Enter key triggers a click, performing a sort operation if enabled on the column.
- Enhanced display options are now available for the group aggregate text. You can now customize the display position of aggregate group summaries, including options like Top, Bottom, and Auto.
- Input for ASP.NET Core Enhancements
- Support for arrow keys and mouse wheel now exists to change the date and time in the InputDate and InputTime controls. Just put the control into edit mode, and pressing the arrow keys or scrolling the mouse wheel will adjust the part of the control that has focus.