Fixed the issue where Chart2D does not scale the Y2 axis based on the Interaction property/object.
ADO.NET DataExtender
No change.
DataObjects for .NET
No change.
DataSource for Entity Framework
No change.
DynamicHelp for WinForms
No change.
Editor for WinForms
No change.
Excel for .NET
Bug Fixes
Fixed the issue where NullReference Exception is thrown on loading excel file using Load method of XLBook.
Improvements
Added support of OpenXMLMacro format (Open XML format with support VBA projects, *.xlsm extension).
Flash for .NET
No change.
FlexGrid for WinForms
Bug Fixes
Fixed the issue where cells were not highlighted if Highlight property was set to HighLightEnum.WithFocus and SelectionMode was set to SelectionModeEnum.Row.
Fixed the issue where ComboList could not be set in StartEdit event.
Fixed the issue where CellLabels did not display the complete data.
Fixed the issue where Theme could not be restored to default value.
Fixed the issue where focus of controls was moved in ascending order on pressing Shift+Tab shortcut several times when cell was in edit state.
Fixed the issue where some operators in filter form didn't work correctly when filter is applied on the column having custom DataType.
GanttView for WinForms
Bug Fixes
Fixed the issue where ProjectSummary.IsCollapsed property did not work at design time.
Improvements
Added Combo box with Resources list to condition grid instead of text box in Advanced Filter Dialog.
Gauges for WinForms
No change.
Input for WinForms
Bug Fixes
Fixed the issue where Setting "AutoCompleteSource.ListItems" at Design Time or before Data Binding does not effect C1ComboBox.
Fixed the issue where C1Label doesn't resize correctly and text is truncated on adding C1Label to FlowLayoutPanel.
Fixed the issue where C1ComboBox only displays the first value in the table when bound.
InputPanel for WinForms
Bug Fixes
Fixed the issue where C1InputPanel might appear filled black between calls to the BeginUpdate/EndUpdate methods.
List for WinForms
Bug Fixes
Fixed the issue where SelChange event does not fire on using up/down key and space bar for selection.
Fixed the issue where SelChange event does not fire when 'ShowHeaderCheckBox' property is set to 'true' and the Header CheckBox is Clicked.
Fixed the issue where HelpRequested event does not raise when ComboStyle property is set to DropdownList.
Breaking Changes
Default value for C1ComboBox and C1ListBox CaptionHeight property changed to -1. This means the CaptionHeight will be determined automatically based on the font size.
C1ComboBox.CaptionVisible property is marked as obsolete. To hide list caption, CaptionHeight property can be set to 0.
Menus and Toolbars for WinForms
Bug Fixes
[C1Command]Fixed the issue in C1TopicBar where Style was not changed after applying theme using C1ThemeController.
OLAP for WinForms
Improvements
Provided the feature for expanding/collapsing all subtotals (all rows and columns of subtotal groups).
PDF for .NET
No change.
Report for WinForms
Bug Fixes
Fixed the issue where an exception occurred on clicking "Print Layout" button in ssrs paginated mode if already generated SSRS report was assigned to the preview control.
Fixed the issue of navigation between SSRS reports.
Other Changes
The Portrait/Landscape buttons are available now for paginated SSRS mode to change the page orientation.
Ribbon for WinForms
Bug Fixes
Fixed the issue where black line appeared along the Ribbon tabs when QAT is displayed below the Ribbon.
Fixed the issue where the click event of RibbonButton added to ConfigToolbar does not occur.
Fixed the issue where C1RibbonForm's re-sizing cursor was not visible easily for MDI child form.
Fixed the issue where MDI child window is maximized on selecting RibbonTab in the C1RibbonForm.MdiChildActivate event handler.
Fixed the issue where the items of the Ribbon's Application Menu added to QAT do not get updated alongwith the Application Menu when the Application Menu is hidden or visible.
Fixed the issue where the order of child C1RibbonForms is reverted back and focus of current form is lost on switching 'System' theme to 'Classic' on Windows 7.
Fixed an issue where Visual Studio gives an error on opening a form with "Visual Basic PowerPack" control and C1Ribbon.
Improvements
Added CaptionAlignment property to C1Ribbon control specifying horizontal alignment of the form caption.
Images of size other than 16x16 can be displayed on RibbonTabs for VisualStyles except Custom, after executing C1RibbonForm.DisableGlassEffects() method.
Scheduler for WinForms
Bug Fixes
Fixed the issue where control layout does not get updated after changing control font size.
Fixed the issue where on switching over from a week's view to a month's view, a different period is displayed for a moment.
Sizer for WinForms
No change.
SpellChecker for WinForms
No change.
SplitContainer for WinForms
No change.
SSRSDocumentSource for WinForms
No change.
SuperTooltip for WinForms
No change.
Themes for WinForms
No change.
TileControl for WinForms
Bug Fixes
Fixed the issue where the Tile disappears on reducing the height of the C1TileControl to less than 54 pixels.
TouchToolkit for WinForms
Bug Fixes
Fixed the issue where ObjectDisposedException appears on closing an MDI child form containing C1Zoom.
TrueDBGrid for WinForms
Bug Fixes
Fixed the issue where strange behavior was observed on setting e.value to 'null' in the FormatText event of C1TrueDBGrid.
Fixed the issue where default value for CheckBox was not set on adding a new row by clicking on the CheckBox of CheckBox column.
Fixed the issue where Windows form's menu pops up on pressing Alt and then Up arrow key while opening TrueDBDropDown.
Fixed the issue where C1TrueDBGrid does not show correct ToolTip on PictureHeader when FetchCellTip event is used and ToolTip is changed.
Fixed the issue where different BorderStyle for buttons was displayed with Aero theme in C1TrueDBGrid.
Fixed the issue where all the groups in the grid do not render as expanded even if the OutlineMode of GroupInfo is set to StartExpanded.
Fixed the issue where it was always the first item that was selected from the dropdown list and error occured on clicking other cell while opening dropdownlist.
Fixed the issue where Filter list does not change when the 'Translate' property of the ValueItems collection is set to 'true' and filtering is applied using FilterDropDown.
Fixed the issue where the child table columns blank out on scrolling C1TrueDBGrid when its 'CellTips' is set to 'true' and 'DataView' is set to 'Hierarchical'.
Fixed the issue where BeforeColUpdate event fires twice before the cell is updated.
Fixed the issue where items in the FilterDropDown disappear when filter is applied to hierarchical grid.
Fixed the issue where last column of the C1TrueDBGrid is cut on setting the 'ExtendRightColumn' property of the grid to 'true' in a Grouped TrueDBGrid.
Fixed the issue where text of first column header disappears on setting 'MultipleLinesFixed' to 'DataView property.
Fixed the issue where 'DisplayMember' of the rows of C1TrueDBDropdown(with filtered 'DataView' as its 'DataSource') is not displayed correctly if the rows are not in the view.
Fixed the issue where the sort order of the grouped column does not get restored when C1TrueDBGrid is loaded using 'LoadLayout' method.
Fixed the issue where sorting could not be reset when "AllowSorting=False".
Fixed the issue where Inappropriate behavior was observed when Filtering is applied on hierarchical C1TrueDBGrid.
Windows 7 Control Pack for WinForms
Improvements
Added a few members to the TaskDialogCommonIcon enumeration to display combined icons, such as "Shield + Error" and others.