In This Topic
Chart for WinForms 20141.24092
Improvements
- The chart now always translates it coordinate system to use internal coordinates when invoking the chart Draw method. This is necessary to correctly draw chart elements with specific values.
- Modified an axis sizing loop that was causing design time hang when loading old persisted data.
DataSource for Entity Framework 20141.105
This is a new version of C1DataSource supporting the latest Entity Framework version 6.
This release is WinForms only (WPF release will follow soon). It requires Entity Framework 6 or higher, .NET Framework 4.5 or higher, and Visual Studio 2012 or higher.
Editor for WinForms 20141.212
Improvements
- Implemented a custom Undo/Redo engine. Replaced standard IE undo/redo functionality.
- Translated several Chinese and Korean strings.
Bug Fixes
- The cursor is now shown correctly in hyperlink text after performing an Undo action from a redo action.
- Image SRC attributes are now changed when saving a new file.
- Closing of the 'Style Formatting' dialog box after applying format to text no longer hides the current form behind the other application.
Excel for .NET 20141.317
Bug Fixes
- [Silverlight] An exception is no longer observed when loading an Excel file. Added support read of extended Open XML format.
- A NullReference Exception is no longer thrown when setting the cell value in an Excel file. Added condition at remove shared formula.
- [C1XLS] Changes can now be saved in the output Excel file with an image in the sheets.
- [WPF] The DateFormat is no longer lost when loading and saving an Excel file.
- [Silverlight] An extra space no longer appears in the beginning of the string if an exported string ends with a new line character.
FlexGrid for WinForms 2014.829
Bug Fixes
- Fixed an issue with CellLabels in Windows 8 modal dialogs.
- Changed Greek translation of '(null)' to '(χωρίς τιμή)' (no value).
- Fixed Hebrew translation of 'less than or equals'.
- Prevent grid from entering edit mode on single click/numeric columns. Fixed.
- Improved printing of grids with row headers wider than the page.
- The RightToLeft property is now working after applying a theme.
GanttView for WinForms 20141.197
Improvements
- Request to provide public dialog form classes from which custom dialogs can be generated.
- Request to synchronize newly added Custom Columns in the "Tasks Collection Editor" in Design Time.
- Request to provide support for ReadOnly mode. The C1GanttView.ReadOnly property has been added to enable/disable readonly mode.
- Request to provide a method or property to get the current sorting state of C1GanttView. The C1GanttView.CurrentComparer property has been added to get the current state sorting of C1GanttView.
- Request to provide built-in sorting features for all TaskProperties in the C1GanttView toolbar. The new sort menu has been added to the tool bar.
- Request to provide a method to notify changes in C1GanttView.SelectedTask.
- Request to provide a method to customize the 'Task Information' dialog box: added the C1GanttView.ShowDialog event; user can replace their own dialog box at this event handler.
- Add CustomTaskInfoDialog sample.
- Added Japanese localization to: Field Name combo box items in the Advanced Filter dialog box and the BeforePrint/BeforePrintPreview event descriptions.
- [Query]Request to provide solution to sort Tasks in GanttView: added the TaskCollection.Sort(PropertyDescriptor prop, ListSortDirection direction) method to sort Tasks.
Bug Fixes
- Exceptions no longer occur in the C1.Win.C1GanttView .dll while some actions are performed on an empty GanttView.
- An Object Reference exception no longer occurs while loading an empty "usingResourcePredefined" filter containing XML.
- The selected 'ListSortDirection' is no longer lost the second time opening the 'Sort' dialog box.
- The 'ScrollToTask' method now works when the form loads.
- Removing applied grouping in readOnly C1GanttView, some menu items are active and allow users to perform UserInteraction. Fixed.
- Exceptions no longer occur in the C1.Win.C1GanttView .dll while some actions are performed on an empty GanttView.
- The default selection is no longer lost in the TasksCollectionEditor after deleting the SummaryTask.
- Merged fixes from JPN v1.1.
- The deleting behavior of Summary Task is inconsistent for run-time deleting and design-time deleting process. Fixed.
- Line feeds containing 'Notes' are no longer cut off in PrintPreview.
- The task BarStyles of GanttView are honored to another ThemeApplied GanttView in a project. Fixed.
- Applied AdvancedFilters are now shown in the AdvancedFilter dialog box while using the ApplyFilters() method.
- An incorrect value is no longer returned when getting the Tasks.Count property when no tasks are added in the control.
- [JP Environment]InvalidOperationException no longer occurs on the second time opening the AdvancedFilter dialog box.
- [Sample]The Warning MessageBox shown when loading a CustomTaskInfoDialog C# Sample. Fixed.
- The contents of the BarStyle dialog box is now fully supported for Japanese localization.
- When the Summary Task is deleted through the C1GanttView.Task collection editor, an Object reference exception is no longer thrown.
- An InvalidOpearationException occurs while the 'None' PropertyDescriptor is sorted by the GanttView.Tasks.Sort() method.
- The sorting results are no longer different when using the Tasks.Sort() and SortTasks() methods.
- Blank rows are sorted first while sorting the 'Name'/'ResourceName' by using Tasks.Sort(). Fixed.
- The RemoveSort() method does not remove the sorting of Tasks.Sort().
- The contents of the BarStyle dialog box are now fully supported for Japanese localization.
- The task bars are hidden while hiding the 'ProjectSummary Task' on its collapsed state. Fixed.
- The selected task is not affected while the 'Default' BarStyle is changed at run time. Fixed.
- The Chart DateFormat now honors the System DateFormat.
- ChartView rendering is no longer uneven while loading .xml in tasks existing in C1GanttView.
- When changing some properties to Tasks at run time after calling ScrollToTask, C1GattView now maintains the current view state.
- The ChartView area no longer crashes in vertical scrolling and swithching the ZoomFactor.
- The end shape of the SummaryTaskBar is no longer cut off when vertical scrolling is performed.
- The Summary Task no longer disappers when adding new Predecessors/ResourceRefs at design time through the C1GanttView Task Collection Editor.
Input for WinForms 20141.333
New Features
- Added new property bool C1TextBox.LoopPosition.
- Added missing strings for the Japanese version.
Bug Fixes
- The day no longer stays selected when navigating months in a drop-down calendar.
- It is now possible to select a date after the MaxDate or before the MinDate in a drop-down calendar.
- [C1ComboBox]A MissingMethodException no longer occurs when setting the DropDownForm to DropDownFormClassName.
- [C1TextBox]Invalid input of double byte character is displayed incorrectly when setting the AutoTabWhenFilled and EditMask properties.
- [C1ComboBox]Properties and event descriptions of C1ComboBox are now localized in the Japanese environment.
- A Data Validation Error message box is now localized in Japanese when invalid input for C1SuperProvider is chosen.
- [Win8.1] Visual Studio 2013 no longer restarts unexpectedly when deleting C1DBNavigator control.
- A NotSupportedException no longer occurs when setting AutoCompleteSource to ‘ListItems’ programmatically.
- An unhandled exception no longer occurs by pressing ‘Enter’ while spell-checking a C1TextBox that contains a custom EditMask.
- In some environments like Japanese or Korean, displaying the year and month of a drop-down calendar in C1DateEdit is no longer incorrect.
- Input controls no longer throw an exception after resetting ‘none’ in ImageKey property.
- C1DbNavigator no longer throws an unhandled exception when using it in Visual Studio Tools for Office 2007.
- [C1DateEdit] Calendar navigates to “0001“ year when setting ‘False’ to ‘ShowTodayButton’ through code.
- [C1SplitButton]A NullReferenceException is no longer thrown by pressing the 'Enter' key while opening the drop-down of SplitButton using 'AltoUp/Down' keys.
- Some text of C1Label is cut off when setting ‘FixedSingle’ to BorderStyle.
- When setting the EditMask property, the input of a double byte character (2 byte characters) is no longer disabled.
- In the Japanese environment, the display of the year and month of the drop-down calendar of C1DateEdit is now correct.
- C1DateEdit and C1NumericEdit controls are now refreshed when their 'DisabledForeColor' property is set and the controls are disabled.
- [C1Theme][C1SplitButton]The drop-down Theme of SplitButton is overridden by the second Theme. Fixed.
- C1ComboBox.Style.TextSpacing now works when RightToLeft = Yes.
- [C1DropDownControl] Set image disappears when RightToLeft = Yes. Fixed.
List for WinForms 20141.251
Improvements
- Updated theming to be consistent with TrueDBGrid.
- Studio Ultimate licensing is now explicitly handled by List/Combo.
Bug Fixes
- Updated theming style and color resets when setting VisualStyles. Fixed.
OLAP for WinForms 20141.147
Improvements
- Updated Italian localization DLLs.
- Added Italian localization DLLs to .NET 2x version (csproj) to allow the drop.
Bug Fixes
- Corrected build error which did not include the new Italian resource .dlls in the drop.
PDF for .NET 20141.263
Bug Fixes
- Partly fixed [C1PDF] An image generated from PrintDocument with ScaleTransformation is rendered incorrectly.
- [C1ReportDesigner] Overlapping text in the exported PDF from a report with subReports. Fixed.
- [Win8.1]An OutOfMemoryException is no longer raised when creating a PDF file although UseFileCaching = True.
- [C1PrintDocument] All images are replaced with the first image when a C1PrintDocument containing multiple RenderIamge objects is exported. Fixed.
Reports for .NET 20141.54722
Improvements
- C1Report's TextFilter has been rewritten. New/changed properties include: bool Paged { get; set; }, int MaxTextWidth { get; set; }, and Encoding Encoding { get; set; }.
- Added new/missing Japanese translations.
Bug Fixes
- HTML export: fixed "index out of range" error when exporting some documents to HTML.
- PDF export: same image showed as different RenderImage objects in the PDF. Fixed.
- Excel export: fixed several issues when exporting RenderTable. Fixed.
- Excel export: fixed export of fields with PageNo and PageCount tags. Fixed.
- RTF export: some fonts were garbled in the resulting file. Fixed.
Ribbon for WinForms 20141.572
Improvements
- Updated C1RibbonApplication templates: the ForeColor property of RibbonContextualTabGroup is set to its default value.
Bug Fixes
- Flickering is no longer observed in the title bar of C1RibbonForm when a drop-down, such as the application menu, is shown while the current Windows theme is set to "Windows 7 Basic". The issue no longer occurs in an RDP session to Windows 7.
- The Auto-Hidden taskbar now appears when a C1RibbonForm with a Custom visual style is maximized.
- C1RibbonForm's size and location no longer change while a button is pressed and the mouse pointer moves outside the form if its VisualStyle is set as Custom.
- A MessageBox is now displayed from a handler of the RibbonTab.Select event when unchecking the "Minimize the Ribbon" option in C1Ribbon's context menu.
- When the NoSysKeyUp property of a C1Ribbon control is set to True, pressing AltoF4 keys now closes the owner C1RibbonForm.
- Fixed one more repainting issue in a C1RibbonForm working in an RDP session when the server machine is Windows Server 2008 R2.
- Fixed an issue with not redrawing a C1RibbonForm when the user switches applications in a Remote Desktop session.
- CPU usage increases and C1Ribbon repaints when the image on the RibbonButton is changed in a thread. Fixed.
- KeyTips are displayed incorrectly when the user presses AltoTab keys in an application working on a remote machine in an RDP session. Now pressing the Alt key does not show KeyTips in a Remote Desktop session. Fixed.
- Changed priority of collapsed elements when the width of the Ribbon control is not enough for displaying all items in full size. RibbonGalleries are not collapsed before other elements. Fixed.
Scheduler for WinForms 20141.289
Bug Fixes
- The C1Schedule control fires the DragOver event.
- Fixed NullReferenceException when dropping an appointment from FlexGrid to C1Calendar.
SplitContainer for WinForms 20141.55
Bug Fixes
- The previous value of the Height property is no longer returned in the C1SplitterPanel.Resize event when the splitter is moved at run time.
Theme for WinForms 20141.51
Improvements
- Synchronized with the C1ThemeDesigner application.
- Added 14 new themes (Mac*, Office2010, Office2013*, Windows8*).
TileControl for WinForms 20141.91
Bug Fixes
- When the DirectionVertical property of TextElement is set to True, numbers in the newly created tiles and group captions now use the correct font style in the Japanese environment.
- Fixed an issue with multithreading: InvalidOperationException may occur when a C1TileControl is disposed.
Zip for .NET 20141.107
Bug Fixes
- Fixed error when processing large files (>4GB).