Essential Studio for Xamarin.Android Release Notes

v16.2.0.46
July 30, 2018
Starting with version 16.2 (2018 Vol 2), you need to include a valid license key (either paid or trial key) within your applications. Please refer to this help topic for more information

DocIO

Features

  • #205783, #F138587 - Added Rotation property in WPicture class.

Bug Fixes

  • #209648 - Tab characters are preserved properly while converting a particular Word document as PDF.
  • #204167, #209881 - InvalidOperationException will be no longer thrown while converting a particular Word document as PDF.
  • #204167, #209881 - IndexOutOfRangeException will be no longer thrown while converting a particular Word document as PDF.
  • #208660, #206994, #204167 - ArgumentOutOfRangeException will be no longer thrown while converting a particular Word document as PDF.
  • #208268 - Paragraph spacing is now preserved properly when replacing content in table cell for a particular Word document.
  • #F138091 - Table header is now preserved properly while converting a particular Word document as PDF.
  • #207657 - Word document will be no longer corrupted when inserting image in a particular Word document.
  • #208020 - paragraph spacing is preserved properly while converting a particular Word document as PDF.
  • #208046 - Multi column is now preserved properly in Word Perfect Office Viewer while resaving a particular Word document as RTF.
  • #207861 - Word document will be no longer corrupted in Microsoft Word 2007 application while resaving a particular Word document.
  • #207772 - Image position is now preserved properly while converting a particular Word document as PDF.
  • #207653 - Text shading is now preserved properly while converting a particular Word document as PDF.
  • #207619, #205309 - Table is now preserved properly while converting a particular Word document as PDF.
  • #204167, #209881 - Performance has been improved while converting a particular Word document as PDF.
  • #204167, #209881 - StackOverflowException will be no longer thrown while converting a particular Word document as PDF.
  • #205919 - Image size is now preserved properly while converting a particular Word document as RTF.
  • #206868 - Bookmark hyperlink is now navigate properly while converting a particular Word document as PDF.
  • #206703, #203618 - Word document will be no longer hangs while converting a particular Word document as PDF.
  • #206993, #203639 - NullReferenceException will be no longer thrown while converting a particular Word document as PDF.
  • #206485 - Table splitting issue has been resolved while converting a particular Word document as PDF.
  • #206496, #205904 - Content control content is now preserved properly while converting a particular Word document as PDF.
  • #206202, #205099, #208898 - List number is now preserved properly while converting a particular Word document as PDF.
  • #205329, #209408, #203051 - Word document will be no longer hangs while updating document fields in a particular Word document.
  • #205631, #205309 - Text wrapping issue has been resolved while converting a particular Word document as PDF.
  • #205633 - NullReferenceException will be no longer thrown while parsing a particular Word document.
  • #205309 - Table cell text preservation issue has been resolved while converting a particular Word document as PDF.
  • #205309 - Table position issue has been resolved while converting a particular Word document as PDF.
  • #205250 - InvalidOperationException will be no longer thrown while parsing a particular RTF format document.
  • #205188 - StackOverflowException will be no longer thrown while updating document fields in a particular Word document.
  • #202856 - TOC preservation issue has been resolved while converting a particular Word document as HTML.
  • #204774 - NullReferenceException will be no longer thrown while deleting bookmark content in a particular Word document.
  • #204774 - Bookmark content is now deleted properly in a particular Word document.
  • #204542 - TextBox is now preserved properly while converting a particular Word document as PDF.
  • #204342 - Paragraph spacing is now preserved properly while converting a particular Word document as PDF.
  • #202253 - OutOfMemoryException will be no longer thrown while parsing a particular Word document.
  • #180963, #193566 - Font preservation issue has been resolved while converting a particular Word document as PDF.
  • #208059 - MAX field is now properly skipped from updating error result while updating fields in a particular Word document.

PDF

Bug Fixes

  • #209067 - XML files are now importing properly as form fields.
  • #209067 - Drop-down form fields are now exporting properly as XML files.
  • #209809 - “Unable to decrypt document without ID” exception will no longer occur when decrypting the PDF documents.
  • #209809 - “Catalog is not present” exception will no longer occur when loading the PDF documents.
  • #209809,207003 - “Password is incorrect exception” will no longer occur when loading the PDF documents.
  • #205727,199398 - URI value from PdfLoadedUriAnnotation is now retrieving properly from the PDF document.
  • #205636 - “Index out of range exception” will no longer occur when loading the PDF documents.
  • #206504 - Imported document size is not increased if the source document contains hyperlinks.
  • #204160 - Content is now preserving properly when adding large text to a PdfGrid cell in landscape page.
  • #206944 - PDF signature appearance is updating properly when using appearance graphics.
  • #209484 - “Null reference exception” will no longer occur when accessing layer of the PDF document.
  • #204266 - Incorrect layer behavior and syntax issues in Preflight when creating layers in the PDF document are now fixed.
  • #207003 - “Index and length must refer to a location within the string” exception will no longer occur when loading the PDF documents.
  • #206043 - The blank page will no longer be created when rotating the PDF documents.
  • #205034 - Preservation issues will no longer occur when adding layers with overlay to PDF documents.
  • #208125 - “Argument Out Of Range exception” will no longer occur when importing pages from the PDF documents.
  • #206826 - All the form fields are now preserving properly when merging the PDF documents.
  • #206864,209809 - Hanging issues will no longer occur when importing pages form the PDF documents.
  • #208472 - PDF document corruption issue will no longer occur when merging the PDF documents.
  • #209467 - “Object reference not set to an instance of an object” exception will no longer occur when loading the PDF document.
  • #206344 - Text box fields are now preserving properly when flattening the PDF document.
  • #207010,206810 - Null reference exception will no longer occur when appending the PDF documents.
  • #204640 - “Can’t convert to rectangle” exception will no longer occur when flattening the PDF documents.

Presentation

Bug Fixes

  • #205502 - Application will no longer hang while re-saving the PowerPoint presentation.

SfAutoComplete

Bug Fixes

  • #210084: AutoComplete works correctly the list is Empty eg. new List().
  • #137855: AutoComplete works correctly when the DataSource is loaded from the URL before the datasource is getting updated.

SfCalendar

Bug Fixes

  • #210170: Calendar dates will be rendered correctly when setting the minimum and maximum dates and swiping continuously among the views in MonthView.

Breaking Changes

  • The SetCalendarHeaderDateSize method has been removed. You can achieve this requirement using HeaderTextSize property.

SfChart

Bug Fixes

  • # F137499 – The ObjectDisposedException will no longer be thrown when navigating chart using fragment with gradient color and tooltip features.

SfCircularGauge

Bug fixes

  • # 208037 – The ObjectDisposedException will no longer be thrown when using gauge in fragments transition.

SfDataGrid

Bug fixes

  • #204423: GridCell.OnCellValueChanged is called for all the rows in view when adding a new row at the bottom of the grid. This issue has been fixed.

Enhancements

  • Support to size a column based on the column header text has been provided.
  • Auto-fitting the row height support when exporting the grid rows to PDF format has been provided.
  • The ItemsSourceChanged event to notify the changes in SfDataGrid.ItemsSource support has been provided.

SfDiagram

Bug Fixes

  • #206795 - Provided support for changing the visibility of context menu.
  • #206015 - Content object in node will clone When copying or the node is dragged and dropped from stencil.
  • #206806 - Now, the API “Select()” method for connector works properly.
  • #206482 - Now, the API “BringToFront()” method works properly with user handle.
  • #206592 – Now, user handle content can resize at run time.

SfMaskedEdit

Bug fixes

  • #209620: Now, FontSize is updated properly when value is set to the Value property.
  • #210320: Now, Value is returned properly if any key is entered.

SfNumericTextBox

Bug fixes

  • #209328: The System.InvalidCastException will no longer be thrown when pressing the done button inside GridNumericColumn.
  • #208038: Now, the decimal separator is displayed properly based on the Culture property.
  • #206622: The NumberFormatException will no longer be thrown when entering negative symbol and decimal separator.
  • #208179, #208995: User inputs have been restricted only to numbers with decimal separator and negative symbol.
  • #206622: Now, the decimal separator and negative sign are entered properly for different cultures.
  • #206030: The NullReferenceException will no longer be thrown when the Culture property is set to Hebrew.

Features

  • #202722: Custom number FormatString has been added like UWP platform.

SfNumericUpDown

Bug Fixes

  • #201351, 208723: When WaterMark is set and click the numeric ‘+’ couple of times and clear the value the control works correctly.

SfPdfViewer

Bug Fixes

  • #206269 - Asset not found exception will no longer be thrown in Xamarin.Android graphics designer.

SfPopupLayout

Enhancements

  • Support for changing the height and width of the SfPopupLayout.PopupView at runtime has been provided.

SfSchedule

Bug Fixes

  • #208181, #138732: Child in the appointment custom view provided in the AppointmentLoaded event is rendered properly.
  • #138084: Child in the month cell custom view provided in the MonthCellLoaded event is rendered properly.
  • #204638: The ObjectDisposedException is no longer thrown when returning to the SfSchedule from another activity.

XlsIO

Bug fixes

  • #209729 - Null reference exception thrown while adding marker variable with copy style argument is resolved.
  • #209443 - Null reference exception thrown while copying empty worksheet range is resolved.
  • #209443 - Shape is not copied properly to another range while clearing range is fixed.
  • #208554 - Application exception ambiguity conflict between Microsoft Common Object Runtime Library. and Syncfusion.Compression NuGet package is resolved.
  • #207203 – Random exceptions on accessing RTFText property multiple times is resolved.
  • #208141 - Exception thrown while converting chart with range collection is resolved.
  • #208122 - Exception thrown while opening a file with empty RTF text is resolved.
  • #207732 - Argument exception thrown while opening a workbook of strict XML type is resolved.
  • #207940 - Null reference exception raised while invoking auto fit columns on cells containing formulas is resolved.
  • #207176, #210642 - Issue with conditional formats on a newly created worksheet is fixed.
  • #207151 - Exception is no longer thrown while saving the workbook created using AddCopy().
  • #206271 - Corruption issue while resaving the file with query table is resolved.
  • #206070 - Formats are preserved correctly while saving XML file as XLSX.
  • #205858 - Table formula with column name in dimension format can be set properly.
  • #204815 - Exception raised while opening Excel file having the style count greater than maximum unique styles is fixed.
  • #204483 - XML exception raised while opening a binary file with duplicate schema is resolved.
  • #204511 - FindAll() returns expected value when ExcelFindOptions is not provided.
  • #204932 - Exception raised while setting Fill property for un-supported chart types on opening Excel file is resolved.
  • #204742 - Data connection parameters tag is now serialized while resaving the Excel file.
  • #204130, #204484 - Exception thrown while parsing hyperlink in merged cells is resolved.
  • #203365 - Conditional formats are properly copied while add copying the worksheet.
  • #203557 - File corruption issue while generating worksheet from data table is resolved.
  • #203396 - File corruption while removing comments with picture from worksheet is resolved.
  • #202487 - Exception is no longer raised while parsing invalid reference to chart series name.
  • #204134 - Incorrect chart name retrieved for binary file is fixed.
  • #207784 - Exception raised while copying custom functions to a different workbook is resolved.
  • #205835 - Exception raised while cloning the workbook with conditional formats is resolved.
  • Exception will no longer be thrown while applying template marker using IWorksheet.Workbook property
  • Auto filter issue while setting IconSet conditional formatting with NoIcon is resolved