Essential Studio for Windows Forms Release Notes

v14.3.0.52
October 27, 2016

Chart

Bug Fixes

  • #163358 - Custom point is now drawing properly when setting the custom type as PointFollow.

CheckBoxAdv

Bug Fixes

  • #164406 - CheckBoxAdv getting checked while double clicking the dialog has been fixed.

ComboBoxAdv

Bug Fixes

  • #163634 - ItemHeight property of ComboBoxAdv now gets updated properly in Metro style.

  • #164853, #164875 - Null Reference exception no longer occurs when RibbonControlAdv is loaded with MDI Child.

  • #164644 - Now ComboBoxAdv drop down renders properly.

  • #165131 - Here after ComboBoxAdv does not allows to edit when DropDownStyle is set as DropDownList from code behind.

Diagram

Bug Fixes

  • #163358 - OrgLineConnector is not updated properly while translating the nodes using Translate method is fixed.
  • #164135 - Memory size keep on increasing When dragging the node from the palette is fixed.

DocIO

Bug Fixes

  • #157194 - InvalidOperationException will no longer thrown while converting a particular Word document as PDF.
  • #161613 - Table cell margin is now preserved properly while converting particular Word document as PDF.
  • #164631 - Word document converted as PDF with PDF/A-1b conformance level will meet the adobe preflight PDF/A-1b compliance.
  • #161882 - NullReferenceException will no longer thrown while converting a particular Word document as PDF.
  • #162767, #162891 - AltChunk contents are now preserved properly while converting a particular Word document as PDF.
  • #162848 - Word splitting issue has been resolved while converting a particular Word document as PDF.
  • #162851 - Performance has been improved in Word to PDF conversion.
  • #164123 - Images are now preserved properly while converting a particular Word document as PDF.
  • #164110 - Vertical merged cell contents are now preserved properly while converting a particular Word document as PDF.
  • #161326 - WMF images are now preserved properly while import/export the DOC format document.
  • #162311 - Checkbox is now preserved properly while resaving a particular DOCX format document.
  • #163760 - ArgumentOutOfRangeException will no longer thrown while opening a particular RTF format document.
  • #165424 - Unicode characters are now preserved properly while resaving a particular RTF format document.
  • #163530 - EncoderFallbackException will no longer thrown while resaving a particular Word document as Text file.
  • #162545 - Track changes are now accepted properly for the particular DOCX format document.
  • #164220 - Empty paragraph is now preserved properly while resaving a particular Word document as HTML.
  • #164220 - Line spacing is now preserved properly while resaving a particular Word document as HTML.

    Breaking Changes

  • Default encoding is modified from UTF-8 with BOM to UTF-8 without BOM while saving text file using the method Save(string fileName, FormatType.Txt) of WordDocument class and it can be modified using existing public method SaveTxt(string fileName, Encoding encoding) of WordDocument class.
  • Default encoding is modified from Windows Default (ANSI) without BOM to UTF-8 without BOM while saving text file using the method Save(Stream stream, FormatType.Txt) of WordDocument class and it can be modified using new public method SaveTxt(Stream stream, Encoding encoding) of WordDocument class.

DockingManager

Bug Fixes

  • #161580 - Floating form icon now rendered properly in DockingManager.

EditControl

Bug Fixes

  • #163921- Resolved crash on entering the German Characters in EditControl.

  • #157410 - Exception raises while entering special characters in EditControl on Icelandic keyboard has been fixed.

GridGroupingControl

Bug Fixes

  • #160810 - The negative numbers are now properly exporting to Excel.
  • #165002 - The error validation message box is no longer shown twice when grid is placed inside the DockingManager.
  • #164611 - Filter icon is now properly displayed when GridExcelFilter is applied.

MultiColumnTreeView

Bug Fixes

  • #160336 - SHIFT key + select check box node Grey out all the checkboxes in MultiColumnTreeView has been fixed.

MultiSelectionComboBox

Bug Fixes

  • #163864 - SelectedItems property now works properly while select multiple items using keyboard.

NumericUpDownExt

Bug Fixes

  • #162473 - NumericUpDownExt now renders properly in Windows XP while using visual styles.

PDF

Features

  • #164699 - Support for UPC-A barcode has been added.

Bug Fixes

  • #158424 - Index was outside the bounds of the array exception is no longer thrown, while loading a PDF document.
  • #163672 - Parameter is not valid exception is no longer thrown, while using IE based HTML to PDF converter.
  • #165140 - No duplicate fonts are retrieved from the PDF document.
  • #163906 - Adobe reader exception is no longer thrown, while drawing image in the PDF document.
  • #164547 - Exception is no longer thrown while getting the used fonts from the PDF document.
  • #164832 - Can not find catalog information exception is no longer thrown while loading a PDF document.
  • #163146 - EMF shapes are preserved properly when converting EMF to PDF.
  • #154150 - PdfGrid cells are now properly resized based on the row span.
  • #164859 - Application will never get hang while generating the PDF document in multi thread environment using PdfTrueTypeFont.
  • #164940 - Image is now preserved properly while converting Presentation to PDF.
  • #164222 - File size of the PDF is now reduced while converting XPS to PDF.
  • #161216 - Extra spaces will never appear between numbers while converting HTML to PDF
  • #157711 - Bold text will never appear as superscript in HTML to PDF conversion.
  • #163976 - File size is reduced while adding time stamp in PDF document.
  • #161590 - Memory leak will never occur while drawing identical image in PDF
  • #165358 - NullReferenceException is no longer thrown while accessing file name in PdfLoadedFileLinkAnnotation.
  • #163307 - Layer value is now preserved properly while retrieving from the PDF loaded document.
  • #163402 - Parameter is not valid exception is no longer thrown while processing OCR.
  • #163309 - Font value is now preserved properly in the PDF loaded document
  • #161409 - Form fields value are now preserved properly in extended feature enabled document.
  • #149661 - Page breaks are now preserved properly in IE Converter.

PivotGridControl

Bug Fixes

  • #156894,#156895 - Dropdown items in the Filters section of PivotSchemaDesigner is now showing properly.

Presentation

Bug Fixes

  • #164372 - The “Null Reference Exception” will be no longer thrown while resaving the PowerPoint presentation with a cloned SmartArt diagram.
  • #164260 - The “Argument Exception” will be no longer raised while converting PowerPoint presentation to an image.
  • #162341 - Text formatting will be now preserved properly while merging two PowerPoint presentations.
  • #164372 - The merged PowerPoint presentation will be no longer corrupted while cloning the slides using “KeepSourceFormatting” option
  • #162450 - Chart series colors are now preserved properly while converting the PowerPoint slide to an image.
  • #161690 - Paragraph text with the gradient fill will be preserved properly while converting the PowerPoint presentation to PDF or image.

RibbonControlAdv

Bug Fixes

  • #163067, #164737 - TabItem back color in High Contrast theme has been set properly now.

  • #163629 - Resolved invalid casting exception while adding OfficeSplitButton as RibbonTabItem.

RibbonForm

Bug Fixes

  • #161580 - AutoHidden Tab rectangle is collapsed when the Form is maximized in DockingManager has been fixed.

ScheduleControl

Bug Fixes

  • #163285 - The date is now properly selected as like Outlook while switching from one schedule view to another view.

TabbedMDIManager

Bug Fixes

  • #162156 - Child control size has been increased properly in TabbedMDIManager.

TabControlAdv

Bug Fixes

  • #163240 - Now child control resizes automatically when placed in TabControlAdv.

ToggleButton

Bug Fixes

  • #163328 - ToggleButton slider now moves properly.

  • #163328 - ToggleButton slider now moves back to old position if the event is canceled.

ToolStripEx

Bug Fixes

  • #163469 - Resolved ToolStripEx does not collapses properly when the RibbonPanel is minimized.

TreeViewAdv

Bug Fixes

  • #163330 - PrevVisibleNode property now works as expected in TreeNodeAdv.

  • #165210 - Now TreeViewAdv BaseStyles property serializes properly in Designer.cs file.

  • #165489 - Resolved node editing TextBox is not validated on double click in TreeViewAdv.

  • #162793 - TreeViewAdv no longer displays the root node when it is loaded into ComboDropDown.

  • #162829 - TreeViewAdv System.Reflection.TargetInvocationException was handled.

XlsIO

Bug fixes

  • #163654 - Argument out of range exception is no longer thrown when opening Excel document with shapes.
  • #163633 - Data validation and conditional formatting are properly updated in .xls format.
  • #162635 - Issues with series name, font size and fill color in Excel chart to image conversion are fixed.
  • #163489 - File corruption issue while creating a document with single column sorting is resolved.
  • #162449 - Index out of range exception will not be thrown on chart to image conversion.
  • #163056 - Issue with improper relative hyperlink address is fixed.
  • #163490 - Issue with percent values for Top10 auto filters is fixed.
  • #165013 - Issues with cell merge and its text data while copying ranges are fixed.
  • #163287 - Column width is preserved properly in Excel to HTML conversion.
  • #163802 - Issue with comment shapes while moving ranges is fixed.
  • #163473, #165498 - File is no longer corrupted while setting ShowDataFieldInRow property to true.
  • #164462 - Issue with image position in Excel to PDF conversion is fixed.
  • #164435 - Circular reference exception thrown while moving a cell range is resolved.
  • #164782, #159383 - Not a legal OleAut date exception thrown while converting Excel document to PDF in Greek culture is fixed.
  • #162765 - Incorrect cell values in table ranges on PDF conversion is fixed.
  • #163341, #163474 - Issue with pivot filter types is fixed.
  • #161896 - Incorrect row height while merging the row with wrapped cells is fixed.
  • #154681 - Issues with text formatting in OfficeChart are fixed.
  • #165498 - Argument out of range exception thrown on ImportDataTable() is fixed.
  • #163682 - Invalid named range exception is no longer thrown while importing data table.
  • #163882 - Issues with conditional formatting of CFType cell formula are fixed.
  • #165559 - Exception is no longer thrown on accessing formula values from conditional formats.