Essential Studio for Universal Windows Platform Release Notes

v15.3.0.33
September 29, 2017

DocIO

Breaking Changes

  • #186150 - IsMaxCross property is set to true and secondary axis is added to the right side of the chart, while adding new secondary chart axis. You can set the IsMaxCross property to false, to add secondary axis on the left side.

Bug Fixes

  • #186310 - Paragraph is preserved properly while resaving a particular RTF document as DOC format document.
  • #187463 - KeyNotFoundException is no longer thrown while importing a particular Word document.
  • #184941 - Bulleted list is preserved properly while merging multiple documents.
  • #186150 - Document protection is preserved properly while resaving DOCX document to DOCX.
  • #184955 - The Word document is no longer corrupted while setting the DateTime value as chart data.

PDF

Bug Fixes

  • #186604 - PDF document pages are no longer rotated, while merging a particular PDF document.
  • #186765 - Unexpected token error is no longer occurs, while loading particular document.
  • #185183 - The custom metadata added to PDF document is now displayed in custom window of PDF document properties.
  • #182001 - Form fields are not duplicated when load and save the PDF document.
  • #182438 - Named destinations are preserving properly while merging the particular PDF documents.
  • #183859 - The size of the Code128Barcode is now preserved properly.

Features

  • #185022 - Added the support to change the tab order of the form fields.

Presentation

Breaking Changes

  • IsMaxCross property is set to true and secondary axis is added to the right side of the chart, while adding new secondary chart axis. You can set the IsMaxCross property to false, to add secondary axis on the left side.

Bug Fixes

  • #187206 - Data labels in the bubble chart is now added as expected while creating a chart in PowerPoint presentation.
  • #186544- Null reference exception is no longer thrown while creating a PowerPoint slide with SmartArt diagram.
  • #184264 - The PowerPoint presentation is no longer corrupted while setting the DateTime value as chart data.
  • #186100 - Guides are now preserved properly while creating a PowerPoint slide from an existing layout slide.
  • #186105 - Shape properties are now preserved properly while creating a PowerPoint slide from an existing layout slide.
  • #185046 - System argument exception is no longer thrown while converting slide to image.

SfCellGrid

Bug Fixes

  • #187326 - Checkbox state is updated properly while changing the cell value at runtime.

SfChart

Bug Fixes

  • #184969 – Now, SideBySide(ColumnSeries, BarSeries etc.,) series will be rendered properly while having one data with non-SBS series.

  • #186061 – Now, EnableClipping property will work properly for TextAnnotation.

  • #186076 – Now, GridLines will be rendered properly, while changing its visibility dynamically.

  • #185138 – Now, SideBySide series will be rendered properly when binding Line Series X-Axis to SBS Series X-Axis.

  • #132272 – Now, Adornment labels will be updated properly when changing itemsSource dynamically for RangeSeries.
  • #149882, #156728 – Now, SfChart Zooming and panning performance was improved in UWP mobile.

SfComboBox

Bug Fixes

  • #187023 – Suggested text is now highlighted properly when control is focused.

SfMaps

Bug Fixes

  • # I186631 -Maps will not crop at the bottom and render properly even while adding Map headers.

SfPdfViewerControl

Bug Fixes

  • #186627 - Text elements will now be selected properly using SfPdfViewer.
  • #184604 - NullReferenceException will no longer be thrown while navigating between the XAML pages.
  • #185288 - PDF document will be displayed in SfPdfViewer, even if ViewMode is set to FitWidth and IsThumbnailView is set to False.
  • #184078 – Annotations will never be duplicated when changing the parent of PDF viewer.

SfRichTextBoxAdv

Features

  • #187534 - Added EnableCopyIcon property in SfRichTextBoxAdv class to enable or disable built-in copy icon.
  • Added StorageFile or file uri string parameter types support for InsertPicture method in SelectionAdv class to insert the picture at cursor position in addition to Stream or byte[] parameter types.

Bug Fixes

  • #188103 - StackOverflowException will be no longer thrown when inserting large size image in nested table.
  • #188105 - ArgumentOutOfRangeException will be no longer thrown when editing text in document containing more than one paragraphs within field code.
  • #188194 - Style values specified within single quotes are now preserved properly while opening HTML.

SfSchedule

Bug Fixes

  • #185839 - Now, custom appointment renders properly for the class derived from ScheduleAppointment.
  • #183242 - Now, appointment template for the custom appointments works properly without any errors messages in output window.

SfTabControl

Bug fixes

  • #188017 – NullReferenceException will no longer thrown in designer page while show Ion in TabItem header of SfTabControl.

SfSpreadsheet

Breaking Changes

  • Event argument of CommandExecuting event is changed from CommandExecutionEventArgs to CommandExecutingEventArgs.

XlsIO

Bug fixes

  • #183807,187025 - CopyTo() method is working properly when AutoFilters are applied.
  • #187751 - External exception is no longer thrown while performing text AutoFit in a cell.
  • #186234 - Custom RGB tab color is no longer changed while resaving the Excel file in XlsIO.
  • #187234 - Issue with improper row height is resolved for the given Excel document.
  • #184407 - Exception is no longer thrown while setting RTF text.
  • #185577, 186951 - Rich-text is now properly set for complex RTF string.
  • #186451 - Date filter is now working proper in pivot table.
  • #186446 - UnKnownName exception is no longer thrown while opening CSV files.
  • #185221 - Exception is no longer thrown while opening Excel file with external workbook range in data validation formula.
  • #187026 - Exception is no longer thrown while resaving XLS file with table.
  • #187723 - Overflow exception is no longer thrown while accessing DisplayText for large numbers.
  • #185270 - Key not found exception is no longer thrown while copying range to another workbook multiple times.
  • #187025 - Text filter is now proper in XLSX document.
  • #187181, 187315 - Exception is no longer thrown while invoking IRange.BorderNone.
  • #185921 - File encoding is now correct while parsing zip file with Latin characters.
  • #186738, 187783 - DisplayText returns number value for cell reference formula in Portugal culture.
  • #184801 - Currency format is now proper in PDF conversion.
  • #185138 - Combination chart with bar series is rendered properly in chart to image conversion.
  • Exception is no longer thrown while parsing category labels with external range.
  • Exception is no longer thrown while updating sheet names in Worksheet.AddCopy().
  • Exception is no longer thrown while opening file with PieChart.
  • Exception is no longer thrown while copying conditional formats to another workbook.
  • The old and new cell values are validated on copy and paste operation through ValueChanged event.
  • Format exception due to pivot table data type is fixed.
  • XlsIO returns correct date for the number formats in German culture.
  • Exception is no longer thrown while opening an Excel document with stacked marker chart.
  • CellStyle.Font.RGBColor of a range now returns proper value.
  • DisplayText issue for number formats with ‘GMT’ is fixed.
  • Rich-text is proper in Excel to PDF Conversion.
  • Clearing contents in a merged cell doesn’t remove cell formatting.