How can I help you?
Essential Studio® for Xamarin.Android Release Notes
SfBusyIndicator
Bug Fixes
- #162430 - Gear animation is working fine and Box animation color has been changed.
SfCarousel
Bug Fixes
- #164664 - Now Carousel Items supports Interaction with elements.
SfChart
Bug fixes
- \164835 - ‘Pie series’ labels will render properly when smart labels are enabled.
DocIO
Bug Fixes
- #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)ofWordDocumentclass and it can be modified using existing public methodSaveTxt(string fileName, Encoding encoding)ofWordDocumentclass. - 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)ofWordDocumentclass and it can be modified using new public methodSaveTxt(Stream stream, Encoding encoding)ofWordDocumentclass.
SfNumericTextBox
Bug Fixes
- #164283 - NumericTextBox is working fine in axml page
SfNumericUpDown
Bug Fixes
- #164886, #126241 - SfNumericUpDown is working fine in axml file.
Bug Fixes
- #158424 - Index was outside the bounds of the array exception is no longer thrown, while loading a PDF document.
- #163906 - Adobe reader exception is no longer thrown, while drawing image in the PDF document.
- #164832 - Can not find catalog information exception is no longer thrown while loading a PDF document.
- #154150 -
PdfGridcells 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. - #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.
- #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.
Presentation
Bug Fixes
- #164372 - The “Null Reference Exception” will be no longer thrown while resaving the PowerPoint presentation with a cloned SmartArt diagram.
- #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.
SfDataGrid
Bug fixes
- #165085 – Exception thrown when performing horizontal scrolling continuously has been fixed.
SfSchedule
Bug Fixes
-
#164761 - Now,
ScheduleAppointmentrendering properly while settingFirstDayOfWeek. -
#164665 - Now, Schedule
MonthViewcrashing issue has been fixed.
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.
- #163489 - File corruption issue while creating a document with single column sorting is resolved.
- #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.
- #163802 - Issue with comment shapes while moving ranges is fixed.
- #163473, #165498 - File is no longer corrupted while setting
ShowDataFieldInRowproperty to true. - #164435 - Circular reference exception thrown while moving a cell range is resolved.
- #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.
- #163882 - Issues with conditional formatting of
CFTypecell formula are fixed. - #165559 - Exception is no longer thrown on accessing formula values from conditional formats.