Essential Studio for Xamarin.Forms 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.

SfAutoComplete

Bug Fixes

  • #188008 - Text will be entered correctly in SfAutoComplete initially.
  • #184816 - SelectionChanged event fired when SelectedValuePath is not set.

Features

  • Support for Clear method is provided..
  • Support for FocusChanged event is provided.

SfCalendar

Bug Fixes

  • #132525,#187232 - Now,NullableSelectedDate is working fine when it is defined in the constructor.
  • #185932 - Vertical and Horizontal scrolling is working fine while selecting MinDate (today date) after selecting date.
  • #182948 - Custom inline view is visible properly.

SfChart

Bug Fixes

  • #183817 - Now, EnableAutoIntervalOnZooming property is working properly when the axis is configured with Minimum and Maximum properties.

  • #186497 - Chart will no longer crash when the ColumnSeries is added with EnableAnimation, ZoomPosition and ZoomFactor properties are set.

  • #187485 - Now, the application will not be frozen while zooming when the data points contain NaN values.

  • #187086 – Now, the requestLayout method will not be called improperly while using ChartStripLine.

  • #186788 – Now, you can set the NamedSize.Micro to Font.FontSize property of all chart label styles.

  • #187039 – Now, RadarSeries will no longer throw NullReferenceException while changing the visibility of its axis.

  • #187439 & #186671 – Now, Chart will no longer throw any exception when the linker is configured with “Link all assemblies” option.

SfCircularGauge

Bug Fixes

  • #I186713 -Ranges will render properly when binding its start and end values inside the Async method in CircularGauge.

  • #I186937 -Now ranges can be added and removed dynamically in CircularGauge.

SfDataGrid

Bug fixes

  • #186559 - Last few columns not coming in view while scrolling with ScrollingMode.Line issue has been fixed.
  • #184838 - InputTransparent property not working for SfDataGrid issue has been fixed.

Enhancements

  • #187260 - Support for exporting SfDataGrid to given corresponding page in PDF document has been provided.

SfImageEditor

Bug Fixes

  • #I185256, I187476 – Now ImageSaved event will return the image stream with current changes.

SfListView

Breaking Changes

  • ListViewItem renderer class name has been renamed to ListViewItemRenderer from ItemRenderer in each platform.

Bug Fixes

  • #186671 - Exception is no longer thrown in SfListView while deploying the application with Linker options in Android platform.
  • #186430, 187779 - ItemHolding event is now triggered when ListViewItem has background color in Android platform.
  • #187044, 132498, 188138, 188129 - ListViewItem is now clipped properly when item size is greater than the view size.
  • #187030 - Scrolling performance is now improved when fling action is performed on horizontal SfListView when loaded in TableView.
  • #186760, 188628 - Reverse scrolling issue is no longer occur when items are added at end of list at runtime in Android platform.
  • #183430, 187329, 187601 - ListView is now scrolled to desired item or position when LayoutBase.ScrollToRowIndex or SfListView.ScrollTo method is used.

SfNavigationDrawer

Bug Fixes

  • #187135 - DrawerHeight Property works correctly in SfNavigationDrawer.

SfNumericTextBox

Bug Fixes

  • #187665 – Now, Keyboard get closed when we set in Renderer.
  • #187461 - FormatString property works correctly when single character has been set.
  • #176751,#187979 – Numeric Keypad alignment is set correctly.
  • #186881,#186880 - Binding works correctly when SelectAllOnFocus is enabled.
  • #186684 - Value entered correctly in Russian Culture.

SfNumericUpDown

Bug Fixes

  • #186969 - Binding works correctly when Text set to 0.1.

Features

  • Support for FocusChanged event is provided.
  • Negative Value support is provided in NumericUpDown.

SfPdfViewer

Features

  • #183497 - Provided support for setting the ViewMode (Fit-To-Width, Fit Page and Default) in SfPDfViewer Xamarin.Forms UWP (Desktop).

Bug Fixes

  • #186798 - Application will no longer get crashed while performing text search operations.
  • #186613, #186795 - Application will no longer crash while scrolling through the pages of large PDF document.
  • #186611 - Application will no longer crash if GoToPage method is called immediately after loading PDF in Xamarin.Forms Android.

SfPicker

Bug Fixes

  • #188235 - One of the arguments in SelectionChanged event is OldValue. Now, it returns only the previous value.
  • #188170 - ColumnHeaderTextFontSize Property is working fine in Android.
  • #187363,#187548 - Two-way binding support is working fine with SelectedIndex of Picker in Android.
  • #185068 - Now, Picker items are loaded properly even provide the SelectedItem as first Item.

SfRotator

Bug Fixes

  • #132305 - Now,IsVisible and IsEnabled properties of SfRotatorItem is working properly.
  • #183818 - Now, Rotator is working fine when adding the SfRotatorItem in SfPdfViewer.
  • #188101 - NullReferenceException will no longer thrown while enabling EnableAutoPlay property as True.

SfSchedule

Bug Fixes

  • #185200 - Now, Schedule will scroll properly while adding in another scroll view (Android).
  • #187652 - Now,  Week number related properties works properly  in MonthViewSettings of SfSchedule (UWP).
  • #187034, #187287 - Now, custom view for  inline appointment will render based on default appointment height (Android). 
  • #187382 - Now, Schedule Locale will work properly in all the languages (Android).
  • #187242 - Now, custom view for InlineView renders properly while set view through OnMonthInlineLoadedEvent (Android).
  • #187562 - Schedule performance has been improved while adding appointments in VisibleDatesChangedEvent.

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.