Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Releases: akgulebubekir/Xamarin.Forms.DataGrid

Xamarin.Forms.DataGrid.5.0.0.2545

30 Jan 18:48
Compare
Choose a tag to compare

Release Notes:

  • Significant performance imrovement with datagrid.
  • Animated sorting icons
  • Selection and sorting improvements

Migration Notes:

  • AscendingIconStyle and DescendingIconStyle are removed, use SortIconStyle (see: Samples.md )

FormattedTitle feature implemented

06 Apr 11:34
Compare
Choose a tag to compare

New Features

FormattedTitle: This allows you to edit your title style partially by ForegroundColor, FontSize, FontFamily, FontAttribute, BackgroundColor, Text etc.

InternalItems : It solves #31 , #27 , #25 issues. ( special thanks to @assemhakmeh )

API Changes

PropertyName : It was using to sort items in DataGrid. Now it also uses as BindingContext in your cell. It significantly reduces overriden CellTemplates ( special thanks to @ulutashus )

see in nuget