Essential Studio for Xamarin.Forms Release Notes

v17.3.0.34
December 10, 2019

SfChart

Bug fixes

  • #F149204, I255652 - [macOS] Now, NSInternalInconsistencyException will no longer be thrown on ChartLegend for the latest version of macOS Catalina(v10.15).
  • # I254406 - [Android] The arrangement and positioning of the tooltip template is now working fine for the CircularSeries.

SfDataGrid

Bug Fixes

  • #I255658 - [UWP] Now, selection will be moved to the next row when Tab key is pressed from the last cell of a row.
  • #I255663 - [UWP] Now, pressing Tab over a non editable cell retains focus in the cell and does not shift focus to other control outside of the datagrid.
  • #I256391 - Now, dispose will be triggered properly for columns that have custom SfDataGrid.CellRenderers too.

SfPopupLayout

Bug Fixes

  • #I254973 - Now, the views loaded in the SfPopupLayout.PopupView.ContentTemplate are loaded properly and are not cropped at the bottom when setting SfPopupLayout.PopupView.AutoSizeMode as AutoSizeMode.Height or AutoSizeMode.Both.
  • #I254558 - [Android] Now, the NullReferenceException is no longer thrown when hosting popup as an item of the SfListView even in latest Xamarin.Forms version.

SfSchedule

Bug fixes

  • #148941, #256335 - Now, the Appointment is rendering properly with daylight savings time in Schedule.
  • #255011 - Now, the non-working days can be set dynamically in WorkWeekViewSettings of Schedule.

XlsIO

Bug Fixes

  • #253937 - Gridlines in merged cells are now rendered properly in Excel to PDF conversion.
  • #F146791 - Performance is improved while adding picture multiple times.
  • Conditional format style is now proper in Excel to PDF conversion when StopIfTrue is set to the condition.
  • Data is no longer lost while using Range.ClearAll option.