Fixes
-
Barcode Rotation throws exception for the angles 90 and 270.
Fixes
-
#139610 - Issue with RRule string order,Internal recurrence property and no end date recurrence appointment has been resolved.
-
#140719 - Memory leak issue in schedule while using the CurrentTimeIndicatorVisibility property is resolved.
There is no change in this product.
Fixes
-
#140582-Highlight color preservation issue in RTF document has been resolved.
-
#141302-Replace functionality is now working when the corresponding item is previously cloned using DocIO.
SfChart
Fixes
-
#137887 - Track ball is not activated properly in touch mode has been fixed.
-
#134596 - Issues with Chart Series in designer has been fixed.
-
#138138 - ShowMarker property will be updated dynamically.
-
#140586 - ThumbLabel property of chart axis will be working now.
-
#140826 - Exception no longer thrown in DoughnutSeries while animation.
-
#140686 - HighlightOnSelection property will work perfectly, when we have data points with same x value.
-
#140938 - Tooltip will disappear correctly, when moved out of the segment.
-
#141179 - Now we are able to suspend and resume every property notifications, in case of bulk changes.
-
#141389 - While zooming, small tick lines will be rendered perfectly in DateTimeAxis now.
-
#141456 - While zooming, exception will not raise in multiple FastLineBitmapSeries now.
-
#141675 - Performance issue with datamarker has been resolved.
Features
-
Added more palettes for SfChart.
-
Implemented series selection for SfChart.
-
Added IncludeAnnotationRange property for TimeSpan and Logarithmic axis.
-
Implemented support for showing multiple Trackball for a single series.
-
Added UseSeriesPalette property for Trackball.
-
Implemented support for adornment label rotation.
Changes
-
The default style of the Trackball has been changed.
There is no change in this product.
There is no change in this product.
Features
-
Alignment, Wrapping and Dragging support for Annotation is provided
-
ContextMenu support is provided
-
Cursor support is provided
-
Customization of ScrollViewerRenderMode
-
Customization of PageEditing
-
Customization of FitToPage Command
-
Drawing Tool support for Node is provided
-
EdgeToEdge support is provided
-
Localization support is provided
Fixes
-
#139718 - LayoutCycleException with Diagram Layout code no longer occurs.
-
#140253 - Issue with Panning in the WindowsPhone is resolved.
Fixes
-
Document get corrupted when changing the security permissions has been resolved
-
Exception occurs when decrypting the content of PDF has been resolved
-
Extended feature enabled PDF document get corrupted when loading has been resolved
-
PDF bookmark titles is missed when loading bookmark from the PDF document has been fixed.
-
PDF document corrupted when converting tiff image to PDF has been fixed
-
Parsing exceptions occurs when loading the document has been fixed
-
Text Position issue occurs, when set a value to PdfLoadedTextbox has been fixed
-
Long text has been wrapped when embed child grid into parent grid has been fixed
-
When drawing image is not visible in the pdf document
-
Exception occurs, while getting the PDF Bookmark destination
-
Index out of range exception occurs while merging the particular PDF document
-
Column is not split to next page correctly when enable the Allowhorizontaloverflow
-
Location is not applied correctly in pdf barcode
-
Background image is not applied to particular cell when set the cellstyle for rows
-
While flattening the form fields, some texts are stored in incorrect orientation
-
While adding images on existing Pdf document, Adobe Reader reports error occurs
-
Exception occurs while merging the signed pdf document.
-
While flattening the form fields, double quotes changed to question mark
Fixes
-
#141373- ApplicationException is no longer thrown while opening a file in XlsIO.
-
#140485- Background color is missing in XlsIO is now fixed.
-
#141783,142874- DataValidations are missed while resaving in XlsIO is now fixed.
-
#143074- Getting different row height when row contains rotated text in merged cell is now fixed.
SfDataGrid
Features
-
#112094, #128458, #139107 - Provided Unbound Rows support in SfDataGrid.
-
#137908 - Provided basic style support for printing in SfDataGrid.
-
#119004 - TextWrapping support is now provided for GridHyperLinkColumn.
-
#136825 - Support is provided for resizing and un-hiding the column by touch.
Changes
-
GridUnBoundCellRenderer class is split into two types as GridUnBoundCellTemplateRenderer and GridUnBoundCellTextBoxRenderer.
-
In DataRowBase class, isAddNewRow is changed to IsAddNewRow with public access changed to protected access.
-
In DataGrid class, CellRenderer key for UnBoundColumn is split into UnBoundTemplateColumn and UnBoundTextColumn.
-
In GridSelectionController class, RowSelectionBrush, GroupRowSelectionBrush, RowHoverBackgroundBrush are marked as obsolete.
-
In GridCurrentCellManager class, GetFirstColumnIndex and GetLastColumnIndex methods has been removed and moved to SelectionHelper with the accessibility as public.
-
In Serialization helper class, a parameter SerializableGridSummaryRow is added to RestoreGridSummaryRow method with GridSummaryRow.
-
In Serialization helper class, a parameter GridSummaryRow is added to StoreGridSummaryRow with SerializableGridSummaryRow.
-
In SelectionHelper class, accessibility of GetFirstNavigatingRowIndex and GetLastNavigatingRowIndex method is changed from public to internal.
-
In GridSelectionController and GridCellSelectionController, a method HandleSelectionPropertyChanges has been removed and moved to GridBaseSelectionController.
-
In GridBaseSelectionController class, a parameter DetailsViewDataGrid in ClearDetailsViewGridSelections method has been modified with SfDataGrid.
-
In GridCopyPasteCellEventArgs class, base constructor has been invoked with originalSender instead of column.
-
In FocusManagerHelper class, a parameter GridTemplateColumn in SetWantsKeyInput method has been changed as GridColumn.
-
In FocusManagerHelper class, a parameter GridTemplateColumn in GetWantsKeyInput method has been changed as GridColumn.
-
In GridCellRendererBase class, a parameter dataColumn(DataColumnBase) has been added to SetCurrentCellState method.
-
In GridCellRendererBase class, parameters RowColumnIndex, FrameworkElement and GridColumn are removed and instead of them dataColumn(DataColumnBase) parameter has been added to the PrepareUIElements method.
-
In GridCellRendererBase class, parameters RowColumnIndex, FrameworkElement and GridColumn are removed and instead of them dataColumn(DataColumnBase) parameter has been added to the OnPrepareUIElements method.
-
In GridCellRendererBase class, parameters RowColumnIndex, FrameworkElement and GridColumn are removed and instead of them dataColumn(DataColumnBase) parameter has been added to the UnloadUIElements method.
-
In GridCellRendererBase class, parameters RowColumnIndex, FrameworkElement and GridColumn are removed and instead of them dataColumn(DataColumnBase) parameter has been added to the OnUnloadUIElements method.
-
In GridCellRendererBase class, parameters RowColumnIndex, FrameworkElement and GridColumn are removed and instead of them dataColumn(DataColumnBase) parameter has been added to the UpdateBindingInfo method.
-
In GridCellRendererBase class, parameters RowColumnIndex, FrameworkElement and GridColumn are removed and instead of them dataColumn(DataColumnBase) parameter has been added to the OnUpdateBindingInfo method.
-
In GridCellRendererBase class, parameters RowColumnIndex, FrameworkElement and GridColumn are removed and instead of them dataColumn(DataColumnBase) parameter has been added to the UpdateCellStyle method.
-
In GridCellRendererBase class, parameters RowColumnIndex, FrameworkElement and GridColumn are removed and instead of them dataColumn(DataColumnBase) parameter has been added to the OnUpdateStyleInfo method.
-
In GridVirtualizingCellRendererBase class, parameter dataColumn(DataColumnBase) has been added to the OnEnteredEditMode method.
-
In GridVirtualizingCellRendererBase class, parameter dataColumn(DataColumnBase) has been added to the OnEditingComplete method.
-
In GridVirtualizingCellRendererBase class, parameters RowColumnIndex and GridColumn are removed and instead of them dataColumn(DataColumnBase) parameter has been added to the OnInitializeDisplayElement method.
-
In GridVirtualizingCellRendererBase class, parameters RowColumnIndex and GridColumn are removed and instead of them dataColumn(DataColumnBase) parameter has been added to the OnUpdateDisplayBinding method.
-
In GridVirtualizingCellRendererBase class, parameters RowColumnIndex and GridColumn are removed and instead of them dataColumn(DataColumnBase) parameter has been added to the OnInitializeTemplateElement method.
-
In GridVirtualizingCellRendererBase class, parameters RowColumnIndex and GridColumn are removed and instead of them dataColumn(DataColumnBase) parameter has been added to the OnUpdateTemplateBinding method.
-
In GridVirtualizingCellRendererBase class, parameters RowColumnIndex and GridColumn are removed and instead of them dataColumn(DataColumnBase) parameter has been added to the OnInitializeEditElement method.
-
In GridVirtualizingCellRendererBase class, parameters RowColumnIndex and GridColumn are removed and instead of them dataColumn(DataColumnBase) parameter has been added to OnUpdateEditBinding method.
-
In GridVirtualizingCellRendererBase class, parameters RowColumnIndex and GridColumn are removed and instead of them dataColumn(DataColumnBase) parameter has been added to InitializeCellStyle method.
Fixes
-
#140346 - Value is now reverted when pressing ESC key in GridNumericColumn.
-
#139664 - Columns are now displayed while setting AutoGenerateColumn as True in SfDataGrid.
-
#138703,#139899 - Number Filter is now working properly on SfDataGrid.
-
#138209 - Esc Key now resets the old value for indexer property while applying validation.
-
#142276 - Null reference exception is not thrown any more when committing the value in the Complex Property.
SfMultiColumnDropDownControl
Features
-
#138081 - Provided support for Dynamic collection type in SfMultiColumnDropDownControl.
Fixes
-
#138081 - Issue while pressing Backspace key in MulticolumnDropControl removing two characters at a time has been fixed.
SfGridSplitter
Fixes
-
#141285 - NRE crash no longer occurs with the SfGridSplitter control.
Features
-
#137202,#142112 - Support for import/export Html document in SfRichTextBoxAdv control has been added.
There is no change in this product.
Fixes
-
#137634 - Extra blank page is not added in exported PDF.
-
#140075 - ReportViewer crashes when you click next option multiple times and click print option issue is now resolved.
-
#138585 - Default value now applies when you get default value from stored procedure.
-
#139820 - Tablix disappear when you specify the conditional color code for textbox issue is now fixed.
-
#138681 - Memory usage issue while multiple rows inside group increases is now resolved.
-
#140561 - Keep together issue in print preview has been resolved.
-
#139553 - Hidden properties are now applied properly for nested tables.
-
#139553 - Borders are now applied for Inner tables.
-
#140171 - Incorrect position of the repeat header issue in exporting has been resolved.
There is no change in this product.
Features
-
Support to return the error strings for invalid arguments in Calculate(232 formulas).
There is no change in this product.
Descriptions
-
A new SfSpreadsheet component has been added.
Features
-
Support for loading, editing, and creating workbooks has been provided.
-
Support for the ribbon has been provided.
-
Support for cell selection has been provided.
-
Support for formulas has been provided.
-
Support for name manager has been provided.
-
Support for undo and redo has been provided.
-
Support for pictures, text boxes, and charts has been provided.
-
Support for merge cells has been provided.
-
Support for freeze panes has been provided.
-
Support for resizing and hiding has been provided.
-
Support for cell comments has been provided.
-
Support for floating cells has been provided.
-
Support for data validation has been provided.
-
Support for hyperlinks has been provided.
-
Support for conditional formatting has been provided.
-
Support for grouping has been provided.
-
Support for cut, copy, and paste has been provided.
-
Support for fill series has been provided.
-
Support for sheet and workbook protection has been provided.
|