C1.Silverlight Version 5.0.20151.455
Improvements
- [C1RadialMenu] Added C1RadialMenu.GoBack method. It navigates menu one level up as if end-user clicked the Back button.
Bug Fixes
- Allows setting String.Empty in objects with a property type Nullable where T != string. Fixed.
- [C1TreeView] Fixed the issue where keyboard navigation stopped working if the ItemTemplate binding was set.
- [C1NumericBox] Fixed the issue where a decimal point could not be entered if the Format did not contain digital.
- [C1TreeView] Fixed the issue where the TreeView was automatically scrolled up after double-clicking it.
- [C1TreeView] Fixed the issue where IsSelected implicit binding was lost on all child nodes when a parent treenode was collapsed and expanded.
- [C1TreeView] Fixed the issue where a combo dropdown was not shown when clicking the drop-down icon if used in C1TreeView.
- [C1TreeView] Fixed the issue where a NullReferenceException occurred when pressing the Enter key after pressing the 'Tab' key if IsVirtualizing=True.
- [C1TreeView] Fixed the issue where an ArgumetOutOfRangeException occurred when a C1TreeViewItem was clicked after removing a record from an underlying data source if HierarchicalDataTemplate was used.
- [C1TreeView] Fixed the issue where an item selection was lost after a new item was added to the underlying data source.
- [C1TreeView] Fixed the issue where an ArgumetOutOfRangeException occurred when clicking the C1TreeViewItem after a node was dragged and dropped.
- [C1TreeView] Fixed an issue where an ArgumentOutOfRangeException occurred when clicking the C1TreeViewItem after an item was removed from the underlying data source.
- [C1TreeView] Fixed the issue where a NullReferenceException occurred when pressing the Keyboard shortcut if IsVirtualizing="True".
- [C1TreeView] Fixed the issue where pressing navigation keys did not work after pressing the Delete key.
C1.Silverlight.Chart
Bug Fixes
- Added a property name to event arguments for the Axis.PropertyChanged event.
- AxisScrollbar visibility is now honored at layout.
- Fixed the issue where an AnnoCreated event was not fired.
C1.Silverlight.DataGrid
Bug Fixes
- C1DataGrid appeared clipped when printing a grid whose Margin property was set through an implicit style.
- When ScaleMode is set to SinglePage, columns are no longer cut off in a printed grid.
- DataGridComboBoxColumn honors the first key stroke passing the info to the editing element.
- The DataGridBoundColumn.IsEditable property is now False when the Path or XPath of the column binding is null.
- An error is no longer observed when creating a Template column in the AutoGenerating event of the C1DataGrid.
- Changed property type of the DataGridAutoGeneratingColumnEventArgs.Column property to DataGridColumn.
- Row.DataItem is null in the CommittedNewRow event. Fixed.
- The selection is no longer lost after removing a row if the grid is grouped.
- The selection is no longer lost after removing a row.
C1.Silverlight.DataGrid.Excel
Bug Fixes
- The background color of the top row is now exported to an Excel sheet.
- DataGrid's Foreground, RowForeground, and AlternatingRowForeground colors are now honored in an exported .xlsx file.
C1.Silverlight.Docking
Bug Fixes
- [C1DockControl] Fixed the issue where the layout of C1DockControl is not preserved.
C1.Silverlight.FlexGrid.4
New Features
A DragDropIndicatorBrush property has been added. It gets or sets the brush of the drop indicator when dragging columns or rows.
Bug Fixes
- Rows can now be dragged and dropped in C1FlexGrid Unbound mode.
- Fixed the issue where string values were not shown in the filter drop-down list.
- The checkbox on merged cells are now displayed correctly after sorting the grid when the checkbox values are filled by the Spacebar key.
- Cell values no longer disappear when clicking a cell if the C1Office2013 theme was applied on C1FlexGrid.
- Fixed the issue where an InvalidCastException occurred when using the Conditions filter type in a bound C1FlexGrid.
- Row is now invalidated correctly when moving it to the last position by dragging its header.
C1.WPF.Maps
Improvements
Added support for ShapeFile format to C1Maps.
C1.Silverlight.PdfViewer
C1.WPF.ReportViewer
Breaking Changes
- C1ReportViewer now supports more fonts.
- The TextBlockAdded event is marked as obsolete.
Improvements
C1ReportViewer now supports open type font.
Bug Fixes
Fixed the issue where a NullReferenceException occurred when typing text in a search box which loaded an *.htm file in C1ReportViewer.
C1.Silverlight.RichTextBox
Bug Fixes
Fixed the issue where the font size/style were not consistently maintained when an HTML file was loaded and modified.
C1.Silverlight.RichTextBox.Toolbar
Improvements
Added localized resources for the cultures partly:
- Slovenian(sl, sl-SI)
- Hungarian(hu, hu-HU)
C1.Silverlight.Schedule
Improvements
- Improved iCal import for reading historical time zones.
- Added support for RECURRENCE-ID, SEQUENCE and UID in iCal import. Note that cases when RECURRENCE-ID is a recurring event are not supported.
- Improved performance when working with long-lasting appointments.
C1.Silverlight.SpellChecker
Breaking Changes
Removed the AutoReplaceList property, OnAutoReplace method, AutoReplace event, AutoReplaceEventArgs, and AutoReplaceEventHandler because they were not used.