Current Release Notes
Refer to the release notes for the specific version of the product.
Changes from the Previous Release
The following changes are updates from Spread for ASP.NET 6.
- The ImeMode property was removed from the FpSpread class and added to the StyleInfo, Sheet.DefaultStyle, Column, Row, and Cell classes.
- The ImeSentenceMode property was added to the StyleInfo, Sheet.DefaultStyle, Column, Row, and Cell classes.
- If the filtered row list is empty, the filter is reset, and Spread does not display the rows. If the ResetIfNoFilteredRow property is set to false, the rows are displayed.
- The fpchart.axd entry is no longer automatically added to the web.config file.
- The row template no longer allows duplicate data indexes.
- Data in a frozen area is printed to a PDF file.
- The AddKeyMap method requires different code in Microsoft IE10.
- The shape behavior has been changed when resizing columns and rows, hiding and collapsing ranges, hiding or showing columns and rows, or moving columns and rows.
- Spread uses conditional formatting with rules (Excel 2007 or later style conditional formatting) when importing and exporting Excel-formatted files.
Enhancements from the Previous Release
This version of the product has the following enhancements from Spread for ASP.NET 6:
Spread for ASP.NET 7
- Improvements to the Component
-
- Spread supports strongly typed data control options (ASP.NET 4.5 required)
- Background load on demand
- Spread supports the ClientIDMode property
- More Display Options
-
- Conditional Formatting with Rules
- Excel-like Filter and Filter Bar
- Row Template Enhancements
- New Cell Features
-
- Additional validation options for some cell types
- More Properties
-
- AllowClientUnlock property
- DocumentMode property
- VirtualScrollPagingFormatString property
- VirtualScrollPagingPrevRowCount property
- EditorCssClass property
- Cell, Column, and Row level EncodeValue property
- Cell, Column, and Row level ImeMode property
- EditMode property for Currency, Double, DateTime, and Integer Cells
- ResetIfNoFilteredRow property
- FilterFrozenRows property
- Parallel property
- New Client Side Methods
-
- SetLocked
- GetLocked
- SetHiddenValue
- New Client Script Events
-
- onLoadRowsStart
- onLoadRowsStopped
- onMenuItemClicked
- onContextMenuClosed
- onContextMenuOpened
- onContextMenuOpening
- New Enumerations
-
- SpreadImages enumeration
- ConditionalFormattingIcon
- ConditionalFormattingIconSetStyle
Return to the Read Me overview.