There is no change in this product.
Fixes
-
#139610 - Issue with RRule string order,Internal recurrence property and no end date recurrence appointment has been resolved.
There is no change in this product.
Fixes
-
#140008-InvalidOperationException exception is fixed now while exporting html to stream.
-
#139736-Null reference does not throw exception while updating document fields.
-
#139829 - Xml Exception is no more thrown while loading the Docx document.
-
#139419 - All possible values of the supported attributes of CSS style are now parsed.
-
#139753 - Null reference exception is no more thrown while loading attached word documents by using DocIO.
-
#139564 - "Windows-1252 is not a supported encoding exception" is no more thrown on loading Html in Phone device.
-
#136500 - Paper source property preservation issue while saving the Docx format document has been resolved.
-
#136421 - Images will not repeat now while converting Rtf to Word document.
-
#136828 - Text direction and language id preservation issue while opening and saving the Word document has been resolved.
-
#139363 - Hanging issue while loading Word document has been resolved.
-
#137874 - Exception is no more thrown while opening the doc and text format document.
-
#138308 - Cell shading preservation issue in Doc to Docx conversion has been resolved.
-
#137189 - Paragraph style preservation issue in RTF document has been resolved.
-
#138254 - culture not found exception is no more thrown while opening the Word document in (.doc) format.
-
#139055,#140409 - Cannot recognize current file type Exception is no more thrown while saving the Word document.
-
#137967,#138017 - Null reference exception is no more thrown on accessing imported style properties.
-
#136064,#140284 - Exception and line spacing preservation issues has been resolved.
-
#138962 - Table cell horizontal merge continue preservation issue in Doc format document has been resolved.
-
#138966 - Argument out of range Exception is no more thrown while deleting the bookmark content.
-
#136381 - Date Format preservation issue in Mail merge has been resolved.
-
#137384 - Null Reference Exception is no more thrown, when using UpdateDocumentFields()
-
#138110 - Invalid meta file format exception issue has been resolved while appending the image(.WMF) format.
-
#137632 - Exception and Formula field result updating issue has been resolved.
-
#138961 - Corruption and Macro preservation issue while saving the document in (.docm) has been resolved.
-
#138465 - Argument out of range exception is no more thrown while opening the Word document.
-
#136637 - Numbering and formatting preservation issue while converting Rtf to Word conversion has been resolved.
-
#139090 - Tab preservation issue with Docx document in Index field has been resolved.
-
#138591 - System out of memory exception issue while saving the Word document has been resolved.
-
#131457,#137330 - Span tag content preservation issue in HTML to Word document conversion has been resolved.
-
#139027 - Alt attribute missing exception is no more thrown for image tag with Strict validation type.
-
#139419 - Input string was incorrect format exception is no more thrown while appending HTML string.
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.
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.
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
-
#139444- Exception is not thrown when accessing the PdfLoadedDocument now.
-
#138640 - Getting white spaces issue in right side of the pdf document while converting Html to Pdf has been resolved.
-
#137894 - Exception no more occurs while merging password protected document.
-
#137889 - Getting blur image issue while drawing the png image in pdf document has been resolved.
-
#137554 - Exception no more occurs when extracting the font from PDF.
-
#136525 - Document containing wrong offset values are now corrected.
-
#137138 - Unsupported security dictionary exception no more occurs while loading a secured pdf file.
-
#135741 - Object null reference exception no more occurs while creating the document in multithreading environment.
-
#135736 - Key not found exception no more occurs while creating the document in multithreading environment.
-
#135734 - Collection was modifed and enumeration opertation may not execute exception no more occurs while saving the document.
-
#135733 - Dead lock no more occurs while saving the Watermarked PDF document in multi threading environment.
Features
-
#129279- Multi level category axis support is added.
Fixes
-
#139896- Stack overflow exception is no more thrown while accessing GetInnerRowHeightInPixel().
-
#139580- Deadlock error is no more thown while opening a file with absoluteAnchor element.
-
#138750 - Need to preserve dialog sheets issue in XlsIO is now resolved.
-
#138680 - Applying wrap text for more cells causes delay in performance issue is now fixed.
-
#138147 - Low performance issue in XlsIO formatting is now fixed.
-
#137396 - Performance delay issue while creating a data validation for an entire column is now resolved.
-
#139680,#140305 - Rich-text missing in certain cells issue is now resolved.
-
#137256 - AutoFitColumn now works fine in Autofiltered columns.
-
#137258 - Autoshape size now works fine during AutoFitColumns.
-
#137284 - Not supported exception is no more thrown while parsing the Min and Max value of a chart.
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.
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.
Changes
-
LevelOverrideCollectionAdv, ListLevelCollectionAdv have been removed and LevelOverrideAdvCollection, ListLevelAdvCollection has been added.
-
Type of LevelOverrides property in ListAdv class has been modified from LevelOverrideCollectionAdv to LevelOverrideAdvCollection.
-
Type of Levels property in AbstractListAdv class has been modified from ListLevelCollectionAdv to ListLevelAdvCollection.
-
Type of Lists property in DocumentAdv class has been modified from List to ListAdvCollection.
-
Type of AbstractLists property in DocumentAdv class has been modified from List to AbstractListAdvCollection.
Fixes
-
#139564 - Performance lacking issue in SfRichTextBoxAdv control while editing the text has been resolved.
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.
Fixes
-
#139388- Getting and setting the view of the PDF Viewer control is fixed now.
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.
|