How can I help you?
Essential Studio® for Xamarin.Forms Release Notes
SfAutoComplete
Bug Fixes
- #242340 - [UWP] Now, the dynamic updated DataSource in the ValueChanged event will be reflected instantly.
SfComboBox
Bug fixes
- #244359 - [iOS] Now, the ComboBox SelectedItem will be rendered properly.
SfDataGrid
Bug Fixes
- #236007 - Now, sorting works properly and application is no longer crashed when sorting more than one column when a
Dictionarytype collection is set toSfDataGrid.ItemsSource. - #233474 - The “an item with the same key has already been added Key:Item” exception will no longer be thrown if we use two indexer properties, and application is loaded properly even when there are two indexer properties in the
SfDataGrid.ItemsSourcecollection. - #236129 - Data is not repeated when scrolling vertically in SfDataGrid when
SfDataGrid.ItemsSourcecollection contains complex properties.
Breaking Changes
-
- Return type of ISummaryAggregate.CalculateAggregateFunc method has been modified from
Action <IEnumerable, string, PropertyInfo>toAction <IEnumerable, string, System.ComponentModel.PropertyDescriptor>.
- Return type of ISummaryAggregate.CalculateAggregateFunc method has been modified from
SfListView
Bug Fixes
- #245489 -
LoadMoreCommandwill no long fire multiple times whenLoadMoreOptionisAutoOnScroll.
SfNavigationDrawer
Bug Fixes
-
#244321 - [iOS] Now, GrayView is displayed properly in landscape mode.
-
#243480 - [iOS] Now, SfNavigationDrawer Frame is set correctly when it is used along with SfSchedule.
SfPdfViewer
Bug Fixes
- #243961, #F145917 - [Android] The color of Editor/Entry field will not be changed when a page that contains SfPdfViewer is displayed.
- Now, the ExtractText API extracts the text properly from a PDF document.
SfRadioButton
Bug fixes
- #I244262, I245858 - Now, binding works properly for the IsChecked property when using inside data template.
SfSchedule
Bug Fixes
- #245446 - [Android] The
DivideByZeroexception will no longer occur when settingMoveToDateat run time withRTLmode. - #146360 , #245707 - Schedule view settings will not be reset when navigating to another page in
Master Detailpage.
XlsIO
Bug Fixes
- #226622 - Cell value is now updated properly while coping a range from source to destination.
- #239384 - Performance is improved while converting Excel document into PDF with conditional formatting.