[]
C1ItemsControl property ItemTemplateSelector of type C1DataTemplateSelector removed. There was a design-time conflict with the inherited one of type DataTemplateSelector.
[C1ComboBox] when press 'Enter' key, after Japanese text is input in it, the entire input text gets selected
C1MouseHelper drag events marked as obsolete, please use C1DragHelper instead.
C1ListBoxItem template was changed to support selection.
C1ListBoxPanel and C1ListBoxViewport renamed to C1ListViewerPanel and C1ListViewerViewport.
[C1DataGrid] DataGridRow.ValidationResults made obsolete, use new Errors property instead
[C1DataGrid] ColumnHeaderDragStarted, ColumnHeaderDragDelta, ColumnHeaderDragCompleted events args type changed
[C1Accordion] Unused FocusCuesVisibility and DisabledCuesVisibility removed from C1Accordion.
[C1Scheduler] The Uri format for embedded image resources has been changed in WPF 3.5 version.
[C1Scheduler] If you use these resources in xaml, make sure that you updated corresponding URIs:
C1TileView first release.
Added resources for Turkish to all controls
[C1DockControl] Add DeferRefresh method to improve the performance when adding the items to dock control
[C1DataGrid] DataGridRow.Errors property added to support xaml and design-time specification.
[C1DataGrid] DataTable filter now generate an expression which allows filtering null values.
[C1DataGrid] C1RowIndexHeaderBehavior added for displaying row indexes in the row headers
[C1DataGrid] OnCopyPropertiesBeforeAddingItem method added to let the user copy the properties from an item which is about to be added to the collection view corresponding one
[C1DataGrid] Parameter "recycle" added to Refresh method in order to allow users to refresh the viewport quickly when no template changes were made
[C1DataGrid] DataGridCell.Value property setter added.
[C1DataGrid] DataGrid copy & paste support added. See ClipboardCopyMode and ClipboardPasteMode.
DataGridTemplateColumn.SettingCellValue event added to save the value in the data item when a clipboard paste operation is executed.
[C1DataGrid] Keep the focus in the new row when tabbing, committing the row when it reach the end of the row
[C1FlexGrid] Improved scrollbar visibility calculation with star-sized columns
[C1FlexGrid] Improved binding management during cell value retrieval
[C1FlexGrid] Validation tooltips now honor grid's ErrorStyle
[C1FlexGrid] Initialize selection of drop-down lists based on cell content
[C1FlexGrid] Added IsSynchronizedWithCurrentItem property (as in ListBox, ComboBox)
[C1FlexGrid] Added AutoComplete property to add entries based on items already present on the column being edited (Excel-style auto-complete).
[C1FlexGrid] Mouse resizing applies to multi-row/column selection
[C1FlexGrid] Performance optimization for group aggregates
[C1FlexGrid] Added method to configure ColumnValueConverter using a list of objects:
public void SetSource(values, valuePath, displayMemberPath)
where:
values is a collection of objects that contain the key and display values. valuePath is the name of the property that contains the values stored in the grid. displayMemberPath is the name of the property that contains the values displayed in the grid. Bug Fixes
[C1FlexGrid] Improved currency management during row addition
[C1FlexGrid] AutoSize to integer values to ensure grid lines are visible
[C1FlexGrid] Fixed scrolling issue while dragging rows (TFS 34927)
[C1FlexGrid] Adding new row on top did not always work correctly when binding to item sources based on ICustomTypeDescriptor
[C1Maps] Add BeginUpdate and EndUpdate methods to the C1MultiScaleImage control
[C1Maps] Add ImageCacheMode to the C1Maps and C1MultiScaleImage control
[C1OutlookToolbar] LargeIcon/SmallIcon binding now works correctly in C1Outlookbar.
[C1PdfViewer] Add open button in the C1PdfViewer Toolbar.
[C1PdfViewer] Add OpenButtonVisibility to indicate whether the open button should be shown or not in the C1PdfViewer Toolbar
[C1PdfViewer] Fixed the issue that "Two pages" view mode is missing in "Zoom" dropdown box.
< Hyperlink to textbox Target Add>
[C1RichTextboxToolbar] Removed Background and Foreground property from C1RichTextBoxToolbar class