Features
-
New Chart Type "StackingArea100" has been implemented.
-
Support for Printing Chart in Landscape mode has been implemented.
-
"Smart Axis Label" support has been implemented.
-
Support for all Adornment symbols in FastSeries Types has been implemented.
Changes
-
ChartAxis "IsLogarithmic" has been changed to readonly property and for using logarithmic values uses Chart Axis ValueType as "Logarithmic" .
Fixes
-
#92502-BindingExpression path error is resolved.
-
#92868-Exception is no longer thrown when deserializing the doughnut chart.
-
#93255-Series annotation will work fine if switched between Chart Types.
-
#92833-ArgumentoutofRangeException is no longer thrown while serializing a control derived from syncfusion chart.
-
#89750-Point and Figure ChartType renders for large data without any crash.
-
#93490-Custom color palatte can be changed more than one time.
-
#93457-Range Indicator thumb is now positioned in the correct position.
-
#93702-Observable collection is updated on editing the record.
-
#92188-Series are displayed while creating fastline dynamically and printing.
-
#89453-Fastline renders properly while adding bulk datapoints dynamically.
-
#94521-Color palette issue when using more than ten brushes in Custom palette has been fixed.
-
#94089-Cursor changes correctly after enabling and disabling "Allow3DRotate" property.
-
#94108-3D Rotate works fine if View3DMode is set to "True" directly without binding.
-
#94440-Range Padding and Range Calculation mode works with Empty point at extreme.
-
#94455-DisposeOnUnLoad set to "True" no longer throws memory exception.
-
#94406-No extra grid line is drawn in Chart.
-
#94265-FastLine is drawn, even when the first datapoint not fall within the specified Range.
-
#93828-Interactive cursor movement is responsive even with large number of data points.
-
#93703-Axis valuetype can be switched from double to datetime without any crash.
-
#92188-Chart is rendering, even when it is used as item template of listview.
-
#92188-Chart Header is displayed when chart is added as listview's Itemtemplate.
-
#95402-Bubble Chart can be deserialized without any exception.
-
#95178-Chart header is displayed inside Custom control.
-
#95361, 95860-Chart Font can be changed now when FontFamily property is set.
-
#93457-Range Indicator works without any issue on zooming.
-
#94636-Type Cast Exception is no longer thrown in FastChart Demo on zooming.
-
#95584-Series's MouseLeave event is now fired even when mouse moved out of the ChartArea.
-
#95045-Stripline issues while zooming has been fixed.
-
#95734-Interactive Cursor issue has beenfixed.
-
#95844-Series are now properly updated while resizing chart.
-
#94636-Zoom Factor is no longer restricted to stop zooming after 0.001.
Fixes
-
#92617-Issue with decorator of the ARC LineConnector has been fixed.
-
#93830-Drawing tool no longer throws an exception after Connector Connections.
-
#94350-Scrolling is working properly when Drawing Tool is Enabled.
-
#94155-Connector can be connected to a specific port of the node.
-
#94466-When changing the measurement unit of the diagram page, the node size now updates to unit type.
-
#94932-Exception is no longer thrown while setting the HeadNode and TailNode of the LineConnector to "Null"
-
#81977-When a node is dragged onto the collection node, the popup of the node is now closed properly.
-
#94669-When GridVerticalOffset is changed, the grid lines are evenly spaced.
-
#89326-Diagram is not clipped when it is Zoomed out.
-
#94830, 95369-PortVisibiliy is working properly while connecting the node when enable connection is set "True".
-
#94857-Undo is working when Alignment command is used
-
#92762-Export Diagram after zooming is working correctly.
-
#95321-Drawing Polygon and on right clicking the last point, the Contextmenu is no longer shown.
-
#95356-Dragging Head/Tail Node of the LineConnector does not reset the Label Position.
-
#94798-Grouping is now working properly.
-
#95265-Nodes can be connected using DiagramView.EnableConnection when the ports are in invisible state.
-
#94857-Undo/Redo works for LineConnector when it is connected
-
#96057-Background property of the SymbolPaletteItem is working.
-
#95915-DiagramView.ScrollToNode now scrolls to node
-
#96188-Label no longer moves automatically when clicked on it
-
#95900-When changing the Height/Width of any node programmatically the custom added ports positions is now getting updated
-
#96036-GridLines are no longer affected when performing Zoomout operation
-
#94798-Relative position of the nodes inside the group no longer changes when dragging the group
-
#96399-Issue with LineConnector Selection has been fixed.
-
#96174-When selecting multiple nodes on diagram view, the origin of the selection no longer gets struck at a specific point.
-
#96160-Issue with HierarchicalTreeLayout has been fixed.
-
#96099-Symbol group default names do not change when the SymbolPalette is defined out side the diagram control.
-
#96482-Issue with Deletion of object from SourceCollection has been fixed.
-
#96310-Extra connections are no longer added when a connedtion is drawn.
Features
-
#90215-New event to identify when Node or LineConnector is dawn using DrawingTool.
-
#92153-ConnectionPort on LineConnector.
-
#90677-Support for ContextView of selected node.
-
#90677-Support for snapping a Node with another Node with guidelines.
-
#95582-Support for snapping a Port with another Port.
-
#95421-DrawingTool can be chosen to draw continuously or only once.
Changes
-
EnableConnection is deprecated, please choose corresponding DrawingTool to do the same operation.
-
SymbolPalette will be constructed only on demand, SymbolPalette has to be enabled before trying to access it.
Gauge WPF
Features
-
No feature implementations have been done.
Fixes
-
#96008-"Null Reference Exception" is no longer thrown in Designer when BindIndicator is enabled.
GridControl
Features
-
Unlimited Undo, Redo support is provided for GridControl with options to add custom commands.
-
Graphic cell support is added to load any content inside GridControl (Over top of the GridControl) independent of the cell.
-
#89870-FormatProvider property is exposed in GridStyleInfo to customize the formatting in sample level.
GridDataControl
Features
-
#84559-Record level update mode has been added and new APIs are added to listen the record edit and commit. API(event) to perform custom validation at row level has been added.
-
#95743-PDF exporting is enhanced with option to export stacked headers.
-
#76052-DetailsView support is added to show additional information about the Record.
-
#84559-Excel like filtering performance is optimized to have greater initial load time.
-
#92509-Filter bar filtering performance is improved.
-
ReferenceFields property is implemented in GridDataVisibleColumn to improve real time update performance.
-
QueryVisibleColumnInfo event is added to GridModel to enhance the styling of VisibleColumns in MVVM.
-
#92875-Caption summary calculation performance is optimized to improve real time updates performance
-
#92910-Default Column chooser is enhanced with options to hide hidden columns and to change the Column chooser look and feel
-
#86465,91571-ResizeRowsToFit and ResizeColumnsToFit support is added for DataBoundTemplate cells also.
-
#76430,79876,86536-An option is added to delete multiple rows through AllowMultipleRecordDeletion property in GridDataControl.
-
#93999-ToolTip opening event is added.
Fixes
-
#89419 -Selection is no longer cleared if mouse is hovered outside the cell in edit mode for DataTemplate cells.
-
#93510-Grouping with zero records no longer throws an exception.
-
#93177-Column widths are maintained correctly while de-serializing
-
#93660-Issue with sorting and selection has been fixed.
-
#93737-Memory leak issue in GridDataControl has been fixed.
-
#93879-GridDataControl no longer throws an exception when adding new row after clearing the itemsSource when sorted.
-
#88732-CurrentCell border width is working while setting the border width in the GridDataStyleManager.
-
#94245-Adding a new row in GridDataControl no longer throws NullReferenceException.
-
#93470-CheckBox is checked/uncecked in a single click.
-
#92839-Combobox FilterBar is working correctly when setting FilterBarMode as "OnEnter".
-
#93929-SelectedItem is no longer removed after deleting the first row in GridDataControl.
-
#93706-Wrong message is no longer displayed while pasting in the last record in GridDataControl.
-
#94059-Focus issue in GridDataControl while using within a popup has been fixed.
-
#94578 -ActivateCurrentCellBehavior set as "SelectAll" is working correctly for the DoubleEdit CellType.
-
#94161-Issue in setting Minimum value and Maximum Value properties in CurrencyEditCellType has been fixed.
-
#94470-CheckBox state now changes on firstclick.
-
#94239-Able to edit the visible column and column style in the designer
-
#93333-ArgumentOutOfRangeException is no longer thrown while expanding the record.
-
#95399-Column Widths and Orders are serialized when AutopopulateColumn is set "True".
-
#94779-TextTrimming set to "WordEllipsis" is working for the Header Cells.
-
#94735-Exception is no longer thrown when clicking inside the GridDataTextFilter pane.
-
#95082-An exception is no longer thrown while expanding the NestedGrid.
-
#93661-Issues with Copy-Fill Series have been fixed.
-
#95315-An exception is no longer thrown while invoking CurrentCell.MoveTo method in the RecordAdded event.
-
#90703-An exception is no longer thrown when removing the GridDataControl dynamically from panel.
-
#95656-Header Text is shown when FlowDirection is set as "RightToLeft".
-
#95215-Background and border color of the filter bar has been changed while using blend theme.
-
#94906-ArgumentNullReference exception is no longer thrown while filtering in GridDataControl.
-
#93661-Edited value is now highlighted in the dropdown.
-
#94470-Application no longer crashes while clicking the check Box in the GridCell.
-
#95241-Null Reference exception is no longer thrown in Formula validation
-
#95766-Selection issue in GridTreeControl with RealTime Update has been fixed.
-
#95530-Button Content is displayed while binding
-
#95739-GroupDropArea is now cleared when clearing the Grouping from code behind
-
#95933-Default context menu no longer deletes the record item when AllowDelete is set to "False"
-
#96031-Null reference exception is no longer thrown while ItemsSource of GridDataControl is DataTable
-
#95837-Support for exporting DataTemplate items in NestedGrid of GridDataControl has been provided
-
#95148-Issue with FilterBehaviour property in the Visible Columns has been resolved.
-
#96086-Filtering in GridDataTime column of GridDataControl is now working correctly
-
#92509-Performance of Filtering with more than 10000 rows is improved.
-
#95743-Exception is no longer thrown while exporting grid to pdf with stacked headers.
-
#95730-SummaryRows in the view are cleared when SummaryRows are removed for GridDataControl
-
#96246-Selection is now working correctly in the DropDownList CellType
-
#96400-FilterAppliedInnerBrush in GridDataFilterToggleButton is now working
-
#96293-NumberFormat for DoubleEdit Cell of GridDataControl is now working correctly
-
#96373-SortColumnsChanged event is now raised for the third state when EnableTriStateSorting is set to "True"
-
#96271-Form feed issue in GridDataControl while Exporting to PDF has been fixed.
-
#96963-GridDataControl.SelectedItem no longer retains an object after ItemsSource is set to another collection
-
#96589-AllowSelection mode set to "None" now works correctly in GridDataControl.
Changes
-
Two new properties named RowHeaderSelectionBackground and HoveringRecordCellForeground have been added in the IGridDataVisualStyle interface.
RowHeaderStyle can be customized using IndentColumnStyle instead of HeaderStyle
GridTreeControl
Features
-
Performance is optimized for sorting in GridTreeControl to get greater performance in realtime updates.
-
#86637-Unbound Rows support is provided to show additional information in the end / starting of GridTreeControl regardless of the data that are bound
-
#93874-Tristate sorting support is added for GridTreeControl.
Fixes
-
#93496-ExpandStateAtStartUp set to "RootNodesExpanded" is now working correctly .
-
#93496-In GridTreeControl, ExpandStateAtStartUp set to "NoNodesExpanded" is working properly.
-
#93036-Incorect row index issue and selection issue in GridTreeControl has been fixed.
-
#93579-GridTreeControl with CheckBox is working correctly.
-
#93210-Sorting is working while adding the items at run time.
-
#94215-Current cell is unselected while clicking the Expand Glyph by pressing Ctrl Key.
-
#94214-SelectedNodeChanging event is fired in GridTreeControl
-
#95055-In Frozen Rows cell values are updated in the Live Updates.
-
#94722-Argumentout of Range exception is no longer thrown while changing the ItemSource of GridTreeControl.
-
#94964,95020-Space is provided between expand triangle and text of the parent node in GridTreeControl
-
#94712-Multiple selection using dragging in GridTreeControl is working correctly.
-
#94214-SelectedNodeChanging event is fired correctly in GridTreeControl.
-
#95220-Pasting in GridTreeControl works correctly.
-
#95320-Performance of GridTreeControl with RealTime update is no longer slow after sorting by a column.
-
#95053-Frozen row is now selected while clicking.
-
#95998-Sorting works in GridTreeControl while changing the ItemsSource
-
#96335, 96333-Selection issue with Real Time Update has been fixed.
-
#96808-When removing RootNode from underlying collection wrong node is no longer removed from GridTreeControl.
-
#96333-SelectedNode is now cleared when the itemsource is changed at runtime.
Fixes
-
#95138-TextChanged Event is triggered when comment/uncomment the text.
-
#93933-Editcontrol.Text property now gets updated.
-
#95542-Exception is no longer thrown when Exception is enabled in Debug
-
#93933-Undo is now working in EditControl
-
#95707-EditControl is now fast when editing XML
-
#95914-EditControl no longer creates a new tab automatically
Features
-
No feature implementations have been done.
Fixes
-
There are no changes in the product.
Features
-
Map performance has been improved.
Features
-
#84335-Custom cell renderer for Chart is added to provide support to import Chart from Excel to Spreadsheet
-
#92668-Custom cell renderer for Sparkline is added to provide support to import Sparkline from Excel to Spreadsheet.
Fixes
-
#94532-Null reference exception is no longer thrown when adding Spreadsheet control inside Docking manager Tab.
-
#94326-IsRowColumnHeaderVisible and ShowGridLines properties are working.
-
#84335-Performance issue in spreadsheet control has been fixed.
-
#95048-Hidden rows are no longer visible after saving the workbook.
-
#95710-Column width no longer differs between the Spreadsheet and MS Excel.
-
#95600-Exit command has been added in Spreadsheet control.
-
#95604-Binding errors in spreadsheet ribbon has been resolved.
-
#96191-Unlocked cells on protected sheet are no longer in read only mode.
-
#96155-Border issue while hiding the columns has been fixed.
Features
-
Support to automatically update the hierarchy by listening the change in children has been added at source level.
-
#95052-An option to add Strip lines in Gantt Chart region has been provided.
-
#91296-An option to customize Resource Name appearing in Gantt Chart region has been provided.
-
#91538-Support to listen the dynamic change in inline items and refresh the UI accordingly has been added.
-
#91540-Complete customization option and three more build-in type DateTime Indicator InLines are added.
-
#10249-Support to dynamically toggle the node type between Milestone/Task node has been added.
Changes
-
Procedure of calculating the duration of header/summary node has been changed, from now it will not be calculated by aggregating the duration of Children. It will be calculated only based on the start and end date of the corresponding node.
Features
-
Support for JBIG2 decoder has been added
-
Support for ASCIIHEX and ASCII85 decoder has been added
-
Support for Indexed CMYK and Device CMYK colorspace has been added
-
Support for Indexed RGB colorspace has been added
Fixes
-
#93008-PdfDocument is rendered correctly in PdfViewerWPF.
-
#93573-Texts are no longer overlapped in PdfViewerWPF.
-
#93571-Text is rendered properly in PdfViewerWPF.
-
#92303-Quotes are no longer replaced with square symbols.
-
#92706-Content is no longer missing while printing the document in PdfViewer WPF.
-
#94701-"ZoomTo" method no longer throws exception in the PdfDocumentView.
-
#94520-Transformations issue in PdfViewer while rendering a PdfDocument has been fixed.
-
#95016-PdfDocument with RotateTransform is not rendered blank.
Fixes
-
#94627-ReportViewer no longer throws exception an when Parameterized report is created from Syncfusion ReportDesigner.
-
#94476-Report Viewer supports expression fields without dataset name.
Features
-
#93821 - Support to view EMF Image in ReportViewer has been provided.
-
Complete support has been provided to export RDL/RDLC into Word, Excel and PDF.
-
Image size support has been provided for Image ReportItem.
Features
-
Complete support has been provided to export RDL and RDLC to Word, Excel and PDF .
Features
-
No feature implementations have been done.
Fixes
-
#94780-Issue when StringFormat.GenericDefault is used.
-
#96696-Script error occurs in chart while raising the tooltip for axis label.
Changes
-
VS2012 and Windows 8 supports have been added.
GaugeWeb
Features
-
No feature implementations have been done.
Fixes
-
There are no changes in the product.
Features
-
#58306, 81441, 85754 - Grid and SnapToGrid support is added.
-
#94355 - An option is provided to show HTML scrollbars for large ControlNode image.
-
#93158 - An option "SharePointMode" is provided in Diagram controls for SharePoint environment.
-
Office2010, Office2007 and Custom AutoFormat styles are provided to PaletteGroupBar.
Fixes
-
#93727-Diagram no longer throws exception at runtime when printer spool is turned off.
Fixes
-
#92845-Empty row is no longer added in grid while enabling FrozenRows.
-
#93052-Issue with OnTemplateCommand event has been fixed.
-
#93503-Styles are applied to the cell in QueryCellStyleInfo event in AjaxMode.
-
#93151-PagingCaptionText is updated properly after filtering.
-
#91350-Hiding columns are working properly when frozen rows are scrolled in IE.
-
#93521-NullReferenceException is no longer thrown on Pdf and Word Export.
-
#93515-Setting object as DataSource for ComboBox in ExcelEdit no longer throws an exception.
-
#93435-CssClass is applied to SummaryCell.
-
#91237-Grid is now exported to PDF properly.
-
#94592-Search now happens on Template Column
-
#94374-Custom CssClass is working with selection
-
#93813-Deletion is now proper in DataTable
-
#92845-An empty space is no longer added at the end of grid while enabling FrozenRows.
-
#94261-Able to edit cells in ExcelEditMode with IE7 browser.
-
#94895-Issue in excel export cell color setting is resolved
-
#95185-Boolean values now show the CheckBox in Ajax Grid.
-
#94718-On Demand Paging for ButtonBar now works.
-
#92181-Grid is now exported properly with visible records.
-
#94592-Searching action now works if GroupCaptionTemplate is used in the grid.
-
#92830-Script error while adding Ajax control in Grid has been resolved.
-
#95025-Issues in GridGroupingControl column width have been resolved.
Fixes
-
#94254-Ok and Cancel button are no longer hidden in Add/Edit Dialog Box.
-
#95596-Context menu appears correctly in chrome
-
#95636-Server side event is now triggered when clicked the button inside the window control
Features
-
New Chart Type "StackingArea100" has been implemented.
-
Support for Exporting Chart as an image has been implemented.
Fixes
-
#93605-Scatter chart with adorntments no longer has wrong alignment
-
#82777-Gridline is visible with AlternativeGridBackground.
-
#91424-Adornment position issue with negative values has been fixed.
-
#95517-StackingColumn100 series renders with correct values.
Essential Gauge
Features
-
No feature implementations have been done.
Fixes
-
There are no changes in the product.
GridControl
Features
-
Unlimited Undo, Redo support is provided for GridControl with options to add custom commands.
-
Graphic cell support is added to load any content inside GridControl (Over top of the GridControl) independent of the cell.
-
#89870-FormatProvider property is exposed in GridStyleInfo to customize the formatting in sample level.
-
#86508-TextTrimming property is exposed in GridStyleInfo to enhance the display of the control.
GridDataControl
Features
-
#84559-Record level update mode has been added and new APIs are added to listen the record edit and commit. API(event) to perform custom validation at row level has been added.
-
#95743-PDF exporting is enhanced with option to export stacked headers.
-
#76052-DetailsView support is added to show additional information about the Record.
-
#84559-Excel like filtering performance is optimized to have greater initial load time.
-
#92509-Filter bar filtering performance is improved.
-
QueryVisibleColumnInfo event is added to GridModel to enhance the styling of VisibleColumns in MVVM.
-
#92875-Caption summary calculation performance is optimized to improve real time updates performance
-
#76430,79876,86536-An option is added to delete multiple rows through AllowMultipleRecordDeletion property in GridDataControl.
Fixes
-
#92595-An exception is no longer thrown when grid is grouped with no data
-
#93446-Issue with the checkboxes in GridDataControl in a tab has been fixed.
-
#95008 -Strange issue with sorting has been fixed.
-
#94759, 94902-Selected value is set in ComboBox celltype
-
#96278-Columns in GridDataControl are resized when GridDataControl column is hidden.
-
#96487-ResizeRowsToFit is now working in GridDataControl.
Changes
-
Two new properties named RowHeaderSelectionBackground and HoveringRecordCellForeground have been added in the IGridDataVisualStyle interface.
RowHeaderStyle can be customized using IndentColumnStyle instead of HeaderStyle
GridTreeControl
Features
-
#86637-Unbound Rows support is provided to show additional information in the end / starting of GridTreeControl regardless of the data that are bound
Fixes
-
#93228-GridTreeControl Header is refreshing correctly after resizing.
-
#93586-ExpandStateAtStartUp and AllowDragColumns are working as default behavior in GTCExpandStateAtStartUp with AllNodesExpanded will work when loaded data using RIA service and AllowDragColumns are working as expected.
Fixes
-
#92584-"System. StackOverflowException" is no longer thrown when moving any one of the connected nodes.
-
#92617-Issue with decorator of the ARC LineConnector has been fixed.
-
#92654-Performance issue when having more nodes has been fixed.
-
#95266-HeadNodeChanged/TailNodeChanged event is fired when detach operation is performed with mouse.
-
#96248-Node Tooltip is now working properly.
Features
-
#95934-Include diagram silverlight into the http://schemas.syncfusion.com/silverlight namespace.
-
#95497-New property for setting the focus to the Node
Changes
-
SymbolPalette will be constructed only on demand, SymbolPalette has to be enabled before trying to access it.
Fixes
-
#94191-Schedule performance is now improved for more number of appointments.
-
#94191-Appointments are no longer overlapping at the top left corner
Features
-
Map performance has been improved.
Fixes
-
#92725-MapPatch Collection can be cleared.
Fixes
-
#94627-ReportViewer no longer throws exception an when Parameterized report is created from Syncfusion ReportDesigner.
-
#94476-Report Viewer supports expression fields without dataset name.
Features
-
#96224-Able to export RDL Report into Word and Excel formats.
-
Complete support to export RDL to PDF has been provided.
Features
-
Support to automatically update the hierarchy by listening the change in children has been added at source level.
-
#95052-An option to add Strip lines in Gantt Chart region has been provided.
-
#91296-An option to customize Resource Name appearing in Gantt Chart region has been provided.
-
#91538-Support to listen the dynamic change in inline items and refresh the UI accordingly has been added.
-
#91540-Complete customization option and three more build-in type DateTime Indicator InLines are added.
-
#10249-Support to dynamically toggle the node type between Milestone/Task node has been added.
Fixes
-
#93964-Overriding problem in Non-working hour background brush, with design view and loaded view has been fixed.
-
#93965-Accessibility problem with NodeWidth property in custom node style of Header node has been fixed.
-
#95761-ScrollGanttChartTo method is working correctly.
Changes
-
Procedure of calculating the duration of header/summary node has been changed, from now it will not be calculated by aggregating the duration of Children. It will be calculated only based on the start and end date of the corresponding node.
Features
-
#84335-Custom cell renderer for Chart is added to provide support to import Chart from Excel to Spreadsheet
-
#92668-Custom cell renderer for Sparkline is added to provide support to import Sparkline from Excel to Spreadsheet.
Fixes
-
#95126-Issue with formula calculation when the formula is edited using formula bar has been fixed.
-
#95359-Issues with editing date time cells have been fixed.
-
#95005-Date time number formats are displayed correctly.
-
#94817-Issue in date time formula calculation has been fixed.
-
#93824-Selecting "none" on the calendar picker no longer displays error message
-
#93824-Deleted data time value is now cleared from the cell.
Features
-
SF6838-Improving the Chart performance for huge data.
Fixes
-
#92614-Issue in HeatMap chart color rendering has been fixed.
-
#92901-StackingArea Type of series is now rendered correctly when 0 value in second series.
-
#92888-ChartRegionMouseUp event is fired while zooming chart area.
-
#94780-Issue when using StringFormat.GenericDefault has been fixed.
-
#96122-Need to fix compiler warnings in the Chart source.
-
Pie chart side wall Appearance is not good.
-
PlaneMode not working while Style3D property is enabled.
Changes
-
VS2012 and Windows 8 supports have been added.
Features
-
#46985, 83254, 85635 - In place editing support for Label is provided.
-
#58624, 96077 - An option is provided to disable [CTRL] + [Dragging node] to prevent cloning node.
-
#94916 - The CircularArc node is added.
-
Metro style scrollbars support is provided
Fixes
-
#93268-"Generic Error occured in GDI+" exception is no longer thrown while saving Bitmap node.
-
#92756-Layer's NodeCollection is now updated when undo/redo.
-
#93206-Diagram view is now updated when setting custom controller as diagram controller.
-
#93930-Issue with changing ConnectionPoint's size when its visualType is "Custom" has been fixed.
-
#93603-Child node selection now works for Group.
-
#93178-Access modifier is changed as "Public" for "HistoryService,HistoryList and HistoryEntry" classes.
-
#93609-Nodes are now positioned on diagram correctly during drag and drop when measurement unit is millimeter.
-
#94331-Issue with disabling LineBridging of the connectors has been fixed.
-
#94072-Issue with CollectionChanged event's EvtArgs.Cancel and EvtArgs.Element has been fixed.
-
#95117-Issue with Diagram Wizard has now been resolved.
-
#94866-Issue with line routing has been fixed.
-
#95675-Exception is no longer thrown while moving group of ControlNodes
-
#95884-Flipping the path is working for a disconnected OrthogonalConnector when pressing SHIFT key
-
#95673-Resizing of node is working properly
-
#96085-Issue with Polygon node's PathPoints has been fixed
-
#96085-Issue with completing polygon node when the SingleActionTool property is "False" has been fixed
-
#91568-Issue with overview control while resizing the ViewPort rectangle has been fixed .
-
#91142-Gray area added to the diagram when zoomIn/Out the diagram has been removed.
-
#96126-Issue with HistoryManager's GetRedoDescription has been fixed.
-
#96126-Issue with History Manager while removing nodes through code has been fixed.
-
#93206, 90981-Scrolling performance is improved when diagram has control nodes.
Fixes
-
#93131-EditControl now works when FIPS is enabled.
-
#94146-An exception is no longer thrown while collapsing node in Editor Control.
-
#96381-ShowOutliningTooltip no longer depends on ShowContextTooltip.
-
#96379-LineIndex no longer returns wrong value when the IndicatorMargin is clicked.
-
#96736-Unhandled exception is no longer thrown with intellisense context menu.
-
#96705-WrappedLineOffset property now works properly.
Features
-
#96706-Need IndicatorMargin BackColor property for EditControl.
GridControl
Features
-
#43195,#89251,#89699-Support to highlight the rowheaders and columnheaders when the selected range is focused has been provided
-
Metro theme support for Grid Windows has been provided
Fixes
-
#92661-Newline is now exported correctly to excel during Multiline copy-paste.
-
#93413-Selecting by mouse drag works properly.
-
#92986-Bad index exception is no longer thrown in the NamedRange.
-
#92938-Office2007 scroll bar no longer crosses and enters the scroll button region.
-
#94148-Performance issue has been fixed and exception is no longer thrown in double border cell.
-
#89693-Scrollbar synchronizes with the currently selected record while navigation.
-
#93570-Drag and Drop indicator now moves correctly to the last column.
-
#95027-Grid Cell percentage format works properly.
-
#92238-Object null reference exception is no longer thrown when the grid formula cell is changed.
-
#71210,94747-PlayBack no longer fails while clicking a cell in Last Row/Column in CodedUI test in Gridcontrol.
-
#95213-While using themed scrollbar, Vertical Scroll event is fired for the EndScroll type.
-
#71210-CellValue is displayed in the CodedUI Test builder's Assert Window.
-
#96121,96122-Compiler warnings are no longer displayed in Grid's Source libraries.
-
#93575-Support has been provided to resize the columns proportionately.
-
#92937-Selection color now disappears completely when Field Chooser ContextMenu is closed.
-
#96206-Windows Grid no longer throws an exception while retrieving resources in design mode.
-
#95916-Enter key now works for navigation when GridDirection is set to "Right".
GridGroupingControl
Features
-
#84426-Support for filtering null values in Office2007Filter and GridExcelFilter has been provided.
Fixes
-
#92653-Negative sign and currency group separator no longer misbehaves in summary cell.
-
#93577-Filterbar works properly with format settings.
-
#95332-Filtered collection of GridExcelFilter is exposed.
-
#95797-TableControl now updates the new size of GridGroupingControl after resizing the form with the combination of Windows 7 OS and Intel Core i7 CPU Q720 processor.
-
#92996-GridStackedHeaderVisibleColumn Descriptor CollectionEditor no longer shows duplicate column.
-
#94881-GridExcelFilter no longer misbehaves when filter is applied for a particular column.
-
#95752-Filterbar no longer restricts filter choices in the filtered column dropdown.
-
#95420-Filterbar cell no longer displays same values with FilterByDisplayMember settings
-
#85391-ResizeToFitOptimized method works properly
-
#93321,94367-Grouped field caption in the GroupDropArea is redrawn properly when clicked on it .
GridConverter
Fixes
-
#89874-Summary cell is now aligned to right when exported to Excel.
-
#89874-Expand/Collapse state has been persisted now after exporting.
-
#77782-Summary cell format no longer misbehaves when exporting to excel.
-
#96643-Numeric value is no longer shown with decimal point when export to excel.
Fixes
-
#93080-Horizontal scroll bar is now shown.
Features
-
Metro theme support for schedule control has been provided
Fixes
-
#87709-Appointments get displayed in day view even if its count exceeds 5.
-
#94283-Issue in creating appointments has been fixed.
-
#95394-Exception is no longer thrown during appointment drag 'n' drop in arabic culture.
-
#94283-Misbehavior while creating appointments in workweek and day view has been fixed.
Features
-
Support for JBIG2 decoder has been added
-
Support for ASCIIHEX and ASCII85 decoder has been added
-
Support for Indexed CMYK and Device CMYK colorspace has been added
-
Support for Indexed RGB colorspace has been added
Fixes
-
#84480-CCITTFax decoded image is now displayed in the PDF Viewer
-
#93267-Transformations issues in rendering text has been resolved.
-
#93267-Fonts having MacRomanEncoding are rendered properly.
-
#93113-Texts are no longer rendered transparent in the PDF Viewer.
-
#93310-Clipping issue while rendering the pdf document has been fixed.
-
#93267-PDF document is displayed properly in the PDF Viewer.
-
#93310-PDF Viewer displays the correct text.
-
#94853-Bullets are no longer replaced by "head2right".
-
#94199-Document is printed properly in landscape orientation.
-
#96476-Slovenian characters are now rendered properly.
-
#96307-Dashed Lines are no longer replaced with StraightLines.
-
#96562-An exception is no longer thrown while rendering the PdfDocument.
Features
-
#94454-Support has been provided for Binding Chart with PivotGridControl.
-
Metro theme support for pivot grid control has been provided
-
Support for Binding Chart with PivotGridControl has beed provided
Fixes
-
#96549 -"Divide By zero" exception is no longer thrown when PivotCalculation is added to the control at design time
Fixes
-
#93835-Script is generated for ButtonADV even if the application is closed at its click
-
#89159-GetCellData no longer returns empty string.
Features
-
An utility, Install info generator for QTP has been developed to get all the system and QTP related information from the user machine
Fixes
-
#96000-Series is no longer rendered beyond the chart area boundaries.
-
#97177-Tooltip is not displayed fully for some points when the chart takes whole screen width.
-
#94780-Issue when StringFormat.GenericDefault is used.
-
#97182-Tooltips are not displayed for some pie items.
Changes
-
Provided support for the MVC 4 framework version. VS2012 and Windows 8 supports have been added.
Breaking-Changess
-
In earlier versions we have loaded the MVC Chart styles from “Syncfusion.Chart.MVC.dll”.
Now we have added a separate assembly called “Theme.Base.dll” to load the style sheet of all Syncfusion MVC helpers.
This "Theme.Base.dll" provide an uniform theming for all Syncfusion MVC helpers with the help of less concept.
So from 2012, Volume 3 version "Theme.Base.dll" reference is mandatory in MVC application to load the style sheets.
Fixes
-
#94448-Connectors and decorator shapes are positioned properly.
Features
-
#89114, #95469-Essential Diagram provides the Symbol Palette support in SVG mode.
Fixes
-
#92990-Row selection no longer resets automatically to the first row.
-
#92804-In Virtual scrolling, scrolling up now loads data for first page.
-
#93361-Setting Skin.None does not load Office 2007 blue skin.
-
#94065-Exception is no longer thrown while binding List Collection.
-
#92555-Cancel button now works properly in Excel like Edit in jquery version 1.7.1.
-
#92771-Group Caption misalignment issue has been fixed.
-
#93444-Script error on DatePicker CustomCSS has been resolved.
-
#91188-Localized number format is applied to grid cells.
-
#91510-Summary row issue with Null value has been fixed.
-
#93468-Client events are now working for grid using jQuery 1.7+ version.
-
#92575-Link now navigates when enter key is pressed.
-
#91350-Column Header misalignment issue while grouping two columns has been fixed.
-
#94167-Column Format is enhanced in Server Mode.
-
#93927-Default stylesheet no longer loads for "Custom CSS".
-
#93296-WaitingPopUp is now displayed on initial grid Load.
-
#91188-Blank issue with Date Column has been fixed.
-
#92329-JavaScript error while formatting Date in JSON Mode has been resolved.
-
#91188-Issue in Select-All of filter menu has been fixed.
-
#94522-Expanding grouped columns are working in Hierarchical Grid.
-
#94028-Toolbar Labels are localized for Excel, pdf and word export.
-
#94552-AddNew/Delete is now working in ExcelEdit mode.
-
#94545-Column header misalignment issue while scrolling with frozen column has been fixed.
-
#94357-Tab key navigation issue in IE has been fixed.
-
#94065,94165-JSON mode formatting is enhanced
-
#91188-Blank issue with Column values has been fixed.
-
#91188-Localization issue in JSON format has been fixed.
-
#95257-ShowCaption property value is persisted after post.
-
#95040-DateTime filter now works properly.
-
#95573-Script error does not occur while right clicking before closing Context menu.
-
#91188-Filter condition is removed on action cancel
-
#91188-Waiting Popup issue in JSON mode has been fixed.
-
#91188-Validation support for filter text box has been provided.
-
#95357-Normal editing is now working properly while using jquery version 1.4.4 and later.
-
#95304-AllowDrag for specified columns has been implemented
-
#95087-Visibility issue in Numeric page navigators is resolved
-
#95963-Original cell value is now displayed after pressing ESC key on Excel edit
-
#96021-Cell data is no longer truncated while editing in IE8.
-
#97235- Filter bar works with different date time.
-
#97430- Disabled multiple selection of rows with Ctrl+mouse-click and Shift+mouse-click.
-
#96012- Hidden Column has removed from Editing record.
-
#97156- Unbound Column is now rendered with AddNew and Editing.
-
#96261- Exception will not be thrown while clicking Filter icon.
-
#94683- Support for cell value modification in "OnCellSave" event has been added.
Changess
-
Provided support for the MVC 4 framework version. VS2012 and Windows 8 supports have been added.
Breaking-Changess
-
By default following features are turned off.
-
-
ShowCaption
-
-
AllowRowHeader
-
-
AllowResizing
-
-
EnableRowHover
-
-
AllowDragnDrop
-
-
AllowMultipleSelection
-
-
AllowAlternateRowStyle
-
In row selection, We have changed the row selection style i.e., Current cell highlight is disabled by default.
-
All of the above feature’s property can be restored to legacy value by setting EnableLegacySettings as true.
-
We have removed existing normal scrollbar in Grid MVC and newly added custom scrollbar.
-
We have removed jquery ui file "jquery-ui-1.8.min" in Grid MVC and added latest version "jquery-ui-1.8.22.min.js".
-
In earlier versions we have loaded the MVC Grid styles from "Syncfusion.MVC.Grid.dll".
Now we have added a separate assembly called "Theme.Base.dll" to load the style sheet of all Syncfusion MVC helpers.
This "Theme.Base.dll" provide an uniform theming for all Syncfusion MVC helpers with the help of less concept.
So from 2012, Volume 3 version "Theme.Base.dll" reference is mandatory in MVC application to load the style sheets.
-
Root CSS class has been changed for all controls of Essential Tools for ASP.NET MVC to implement "Less concept" in theme build.
-
Custom CSS class has been changed for all controls of Essential Tools for ASP.NET MVC, and it can be found in the following location:
-
http://help.syncfusion.com/User%20Interface/ASP.NET%20MVC/Tools/[Control Name]/Concepts and features/Appearance/Custom Theme
Gauge
Fixes
-
#94370-RangeGradient is working.
-
#94370-Range is displayed in correct position.
-
#94370-First label is no longer printed twice.
-
#94370-Half circular Gauge appears correctly in different height and width.
Changess
-
Provided support for the MVC 4 framework version. VS2012 and Windows 8 supports have been added.
Breaking-Changess
-
In earlier versions we have loaded the MVC Grid styles from “Syncfusion.MVC.Grid.dll”.
Now we have added a separate assembly called “Theme.Base.dll” to load the style sheet of all Syncfusion MVC helpers.
This "Theme.Base.dll" provide an uniform theming for all Syncfusion MVC helpers with the help of less concept.
So from 2012, Volume 3 version "Theme.Base.dll" reference is mandatory in MVC application to load the style sheets.
Features
-
#6407-Template support for Schedule MVC has been provided.
-
#6847-Recurrence appointment options in schedule MVC have been enhanced.
-
#6857-Enhanced the usability options.(Go to Date,View change,Highlight current time in time header,Appointment indicator and Next / previous appointment options)
-
#6826-'LESS' file has been implemented for schedule MVC.
Fixes
-
#96693-Date picker Skins no longer overwrite jQuery datepicker style.
-
#97104-Navigation Calendar doesn’t show wrong Date, while changing the system date time to local format.
Breaking changes
-
In earlier versions we have loaded the MVC Schedule styles from "Syncfusion.MVC.Schedule.dll".
Now we have added a separate assembly called "Theme.Base.dll" to load the style sheet of all Syncfusion MVC helpers.
This "Theme.Base.dll" provide an uniform theming for all Syncfusion MVC helpers with the help of less concept.
So from 2012, Volume 3 version "Theme.Base.dll" reference is mandatory in MVC application to load the style sheets.
-
Added the "cancel" arguments in ClientSideOnCellDoubleClick event, if it is enabled it prevents the default actions.
-
Added two new client side events - "ClientSideOnAppointmentClick" and "ClientSideOnAppointmentDoubleClick".
-
Three new Binding fields - RecurrenceStartDate, RecurrenceEndDate and RecurrenceRule for Recurrence has been added.
-
Recurrence Pattern and Range of Recurrence option has been enhanced.
Changess
-
Support for MVC 4 framework version has been provided. VS2012 and Windows 8 supports have been added.
Features
-
Support for JBIG2 decoder has been added
-
Support for ASCIIHEX and ASCII85 decoder has been added
-
Support for Indexed CMYK and Device CMYK colorspace has been added
-
Support for Indexed RGB colorspace has been added
Fixes
-
#84480-CCITTFax decoded image is now displayed in the PDF Viewer
-
#93267-Transformations issues in rendering text has been resolved.
-
#93267-Fonts having MacRomanEncoding are rendered properly.
-
#93113-Texts are no longer rendered transparent in the PDF Viewer.
-
#93310-Clipping issue while rendering the pdf document has been fixed.
-
#93267-PDF document is displayed properly in the PDF Viewer.
-
#93310-PDF Viewer displays the correct text.
-
#94853-Bullets are no longer replaced by "head2right".
Features
-
No feature implementations have been done.
Fixes
-
There are no changes in the product.
Gauge Phone
Features
-
No feature implementations have been done.
Fixes
-
There are no changes in the product.
Features
-
No feature implementations have been done.
Fixes
-
There are no changes in the product.
Features
-
IOS and Android Render Mode support has been added. There are four types of render modes: IOS, Android, Auto, and Normal. By default, the controls will be rendered in the IOS mode. The normal render mode will provide the existing appearance and behavior for the controls. The auto render mode will render the controls in the IOS or Android mode based on the device.
-
Provided support for the MVC 4 framework version.
-
VS2012 and Windows 8 supports have been added.
Changess
-
Desktop version of mobile sample browser has been removed from build.
Breaking changes
-
Default render mode has been changed from Normal to IOS.
Fixes
-
There are no changes in the product.
Features
-
Provided support for the MVC 4 framework version.
-
VS2012 and Windows 8 supports have been added.
Changess
-
Desktop version of mobile sample browser has been removed from build.
Fixes
-
There are no changes in the product.
Gauge
Features
-
Provided support for the MVC 4 framework version.
-
VS2012 and Windows 8 supports have been added.
Changess
-
Desktop version of mobile sample browser has been removed from build.
Fixes
-
There are no changes in the product.
|