There is no change in this product.
Features
-
Provided support for customizing the TimeLine view row count.
-
Provided support for handling scroll position to specific time in Day and TimeLine view.
Fixes
-
#130127-PointerReleased event is now fired when pointer is pressed at the middle of root element of Appointment DataTemplate.
-
#117215-Size of the calendar is now changed based on the size of Schedule control.
-
#128359-AppointmentTooltipTemplate no longer takes the DataContext as ScheduleAppointment.
There is no change in this product.
Features
-
#127638 - Added support to perform nested mail merge for outer group field when it is preserved within nested inner group.
-
Improved Docx import/export stability.
Fixes
-
#117162-Null reference exception is no longer thrown while opening the RTF document using DocIO.
SfChart
Fixes
-
#126573-Custom template property is working fine for StackingColumnSeries now.
-
#128153-DesiredIntervalCount property is working properly now.
-
#129475-The minimum and maximum labels are displaying correctly, when we define the range explicitly for the axis.
-
#129944- The issue with Tooltip while dragging in axis with PlotOffset or negative value has been fixed.
-
#127350-Exception no longer thrown while creating StackingColumnSeries dynamically from code behind.
-
#128086-Now LogarithmicAxis labels will be generated for all the values.
-
#129109-FastlineBitmapSeries no longer freezes, when we set the large value beyond the specified range.
-
#129064-SfRangeNavigator scaling issues has been fixed, when we change the position of the resizable scroll bar.
-
#128914- The issue with Visibility property of Stripline has been fixed.
-
#129689-When zooming in and out the FastLineBitmapSeries, the lines shifting at the right end in logarithmic axis has been fixed.
-
#128086-FastLineSeries now working properly in LogarithmicAxis, when we have data value as zero.
-
#128737- The RangeNavigator content not refreshing, when we reset the ResizableScrollbar has been fixed.
Features
-
Implemented the SegmentSpacing feature for column, bar, rangecolumn, fastcolumn, fastbar, hilo, hilopenclose, fasthiloopenclose, candle, fastcandle, stackingcolumn, stackingbar, faststackingcolumn
-
Implemented support to customize the EndAngle for the Pie and Doughnut series
-
Implemented SelectedIndex and SelectionMode support for the selection feature.
SfChart3D
Fixes
-
#129124-The rendering issue with PieSeries3D with empty points has been fixed.
Features
-
Implemented the SegmentSpacing feature for bar, column and stackingcolumn
-
Implemented support to customize the EndAngle for the Pie and Doughnut series
-
Implemented SelectedIndex and SelectionMode support for the selection feature.
Features
-
Provided support for Needle pointer type as triangle and line.
-
Provided support for Customizing radius of scale.
Changes
-
We have added Custom option in modifying the position of the elements such as Ticks, Labels, Range and RangePointers using the values provided.
Changes
-
The API Range has been made obsolete, use new API's From and To instead for defining range
Fixes
-
#128283-ZoomedIn and ZoomedOut is now working properly.
-
#127301-ZoomLevel is now working properly.
-
#127301-Null exception is no longer thrown while changing zoom level.
Features
-
Overview Support for SfDiagram is provided.
-
Keyboard Support for SfDiagram is provided.
-
DataManager Support for Layout is provided.
-
Docking to shape boundaries Support is Provided.
-
LineBridging Arc customization Support is provided.
-
ToolTip Support for Node is provided.
-
AutoScroll Support for Diagram is provided.
-
Customization of PortVisibility Support for Diagram is provided.
Fixes
-
#126783-Fixed issue with Nodes Resizing.
There is no change in this product.
Features
-
Performance of assigning and retrieving of value from DisplayText property has been improved
Fixes
-
#126802-XlsIO no longer fails parsing CSV with double-quotes and embedded commas.
-
#126397-XlsIO now recognizes a literal string within a NumberFormat.
-
#126396-DisplayText no longer returns date in wrong number format.
-
#125521-DisplayText property no longer returns wrong time value.
-
#125521-DisplayText property no longer returns wrong time format.
-
#125551-DateTime property no longer returns wrong time values.
SfDataGrid
Features
-
#123932-Enhanced Serialization feature with support to serialize and deserialize filters and options to customize serialization.
-
Enhanced ColumnSizer to provide complete overriding support in application level.
-
Provided support to load templates for all columns.
-
Provided support to create and use custom column and renderers in SfDataGrid.
-
#122907, #119209, #123459, #125642, #125787, #126448 -Provided Office, Blend, Metro and Windows7 visual styles support to SfDataGrid.
Changes
-
In GridColumnSizer class, MeasureText method parameter names are changed to rectangle, displayText, column and record instead of rectangle, displayText, queryBound, cell and column.
-
In GridColumnSizer class, GetDisplayText method parameter names are changed to column and record instead of column and data.
-
The Obsolete property GridCopyPasteOption and GridCopyPasteOption enum is removed from SfDataGrid.
-
CanUpdateBinding method is added to allow the updation of binding on particular renderer when set the DataContext in IGridCellRenderer interface
-
CanValidate method is added to decide whether cell validation can be applied to custom created column in IGridCellRenderer interface
-
CurrentRowColumnIndex property has been introduced instead of CurrentCellIndex in GridCurrentCellManager class.
-
RemoveCurrentCell method has been introduced instead of RemoveCurrentCellSelection in GridCurrentCellManager class.
-
RefreshSelectedRows method has been introduced instead of ResetSelectedRows in GridSelectionController class.
-
In GridSelectionController class, AddSelection method parameters are changed to addedItems and reason instead of rowIndex, addedItems and reason.
-
PreviousSelectedCells Property has been introduced instead of AlreadySelectedCells in GridCellSelectionController class.
-
In GridCellSelectionController class, UpdateSelection method is changed to ResetSelection, and the parameters are changed to rowColumnIndex(RowColumIndex), removedItems (List<object>) and setFocusGrid(bool) instead of rowColumnIndex and needToRemove.
-
ProcessOnSortChanged method has been introduced instead of ProcessSortChanged in GridCellSelectionController and GridSelectionController class.
-
ProcessOnFilterPopupOpened method has been introduced instead of ProcessFilterPopupOpened in GridCellSelectionController and GridSelectionController class.
-
ProcessOnPageChanged method has been introduced instead of ProcessPageChanged in GridCellSelectionController and GridSelectionController class.
-
ProcessOnGroupChanged method has been introduced instead of ProcessGroupChanged in GridCellSelectionController and GridSelectionController class.
-
ProcessOnAddNewRow method has been introduced instead of ProcessAddNewRow in GridCellSelectionController and GridSelectionController class.
-
ProcessOnFilterApplied method has been introduced instead of ProcessFilterApplied in GridCellSelectionController and GridSelectionController class and the parameter GridFilteirngEventArgs is added to the ProcessOnFilterApplied method.
-
In GridSelectionChangedEventArgs and GridSelectionChangingEventArgs event, AddedItems and RemovedItems type has been changed to GridRowInfo instead of business objects which is modified only in Row Selection.
-
In GridSelectionChangedEventArgs and GridSelectionChangingEventArgs event, AddedIndexes and RemovedIndexes has been removed.
-
GridOperationsHandlerArgs event argument has been introduced instead of GridOperationsHandle.
-
SelectionPropertyChangedHandlerArgs event argument has been introduced instead of SelectionPropertyChangeHandle.
-
AddNewRowOperationHandlerArgs event argument has been introduced instead of AddNewRowOperationHandle.
-
SortColumnsChangedEventArgs event argument has been introduced instead of SortColumnChangedHandle.
Fixes
-
#129478-SfDataGrid filter no longer crashes while using complex property.
-
#117184-SfDataGrid no longer crashes when the sample is run with Dictionary as a ItemSource and has no items in the Dictionary.
-
#128768-ColumnSizer "AutoWithLastColumnFill" is now working fine.
-
#128230-Selection is now cleared in UI while changing the Itemsource at run time.
-
#128202-Sorting is now working when binding indexer property to column.
-
#127048-Application no longer crashes, when grid is set within the panel and also the panel width is set as zero.
-
#123390-Resource map not found exception is no longer thrown.
Features
-
#126268-Added support for Comments preservation in SfRichTextBoxAdv.
There is no change in this product.
Features
-
Added Interactive Sorting support
Fixes
-
#127455-Drill through event parameter argument collection value no longer returns empty.
-
#127455-Drill down actions are now working for Tablix cells.
-
#127455-Multiple drill through no longer crashes the ReportViewer.
Fixes
-
#126753-Overwriting visibility property no longer throws an exception when setting ViewMode.
-
#117623-Exception is no longer thrown when printing the PDF document.
-
#126753-ViewMode set in XAML no longer throws an exception.
-
#130472-PdfViewer control created from code behind no longer throws an exception.
Features
-
CalcQuick support is provided
Fixes
-
#126412-CountIF no longer returns wrong result when any arguments is 0.
|