C1.Silverlight Version 5.0.20152.473
Improvements
- C1RadialMenu honors CIRadialMenuItem.ItemTemplate property.
Bug Fixes
- Fixed the issue where the display text gets rotated with certain culture settings for C1RadialMenu.
- Fixed the issue where the BringIndexIntoView() method did not bring corrected item into the view for C1TileListBox.
- Fixed the issue that offset property always returns 0 in C1ContextMenu.
- Fixed the issue where leading zero gets removed while editing in C1NumericBox.
- Fixed the issue in C1Menu control where setting the IsEnabled property to false on button click did not visually-disabled C1MenuItem.
- Fixed the issue where the FormatExceptions were thrown on setting the format of C1NumericBox control to Decimal ("D").
C1.Silverlight.DataGrid
Bug Fixes
- Fixed the issue where BottomRow displayed a validation error while validating the last row in C1DataGrid.
C1.Silverlight.Docking
Bug Fixes
- [C1DockControl] Fixed the issue where the layout of C1DockControl is not preserved.
C1.Silverlight.FlexGrid.4
Improvements
- Added a read-only property named RowCol.VisibleIndex that returns the index of an element in the collection of visible items if its IsVisible property is set to True.
Bug Fixes
- Fixed the issue of incorrect cell navigation when the FlowDirection is set to "RightToLeft".
- Fixed the issue where ArgumentOutOfRangeException is thrown while copying the chart in C1FlexSheet.
- Fixed the issue where the last column of C1FlexGrid is not completely visible when VerticalScrollBarVisibility property is set to Visible.
C1.Silverlight.Olap
Improvements
- Added public OlapCellFactory class to wrap text in RowHeaders of OlapGrid with SubTotals.
C1.Silverlight.PdfViewer
Improvements
Bug Fixes
- Fixed the issue where incorrect behavior was observed with "FindText" in case of a specific PDF Document.
- Fixed the issue where pageNumberChanged event did not fire when ToolbarVisibility property is set to Collapsed.
C1.Silverlight.RichTextBox
Bug Fixes
- Fixed the issue where System.FormatException occurs on loading C1RichTextBox with custom regional windows settings.
C1.Silverlight.Schedule
Improvements
- Added C1Calendar.SelectionMode property to provide multi-select support through mouse click without pressing a modifier key. SelectionMode.Multiple enables multiple date selection without pressing the Control key. By default, the property is set to Extended, which provides behavior similar to the previous released version. MaxSelectionCount property can be used to limit multiple selection.
- Escape key gets honored in-place to cancel editing appointments in C1Scheduler control.
- Improved keyboard navigation in C1Scheduler control.
- F2 key turns on in-place editing for a selected appointment in the schedule for C1Scheduler control.
- Enter key can be used to create a new in-place appointment or to open the Appointment dialog for an existing selected appointment.
- Tab (Shift+Tab) key moves selection and keyboard focus to the next or previous appointment in the current view of C1Scheduler control.
C1.Silverlight.Theming
Bug Fixes
- Fixed the issue where XamlParseException is thrown when any C1Themes is applied to the controls.