Skip to content

Releases: akgulebubekir/Maui.DataGrid

Maui.DataGrid 4.0.5

17 Sep 19:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.4...4.0.5

4.0.4

05 May 21:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.3...4.0.4

Maui.DataGrid 4.0.3

18 Apr 16:37
Compare
Choose a tag to compare

Release Notes

Fixed Bugs

#164
#166
#170

Download on NuGet version (akgul.Maui.Datagrid)

Maui.DataGrid 4.0.2

25 Mar 20:31
Compare
Choose a tag to compare

Release Notes

This version contains bunch of bugfix and performance improvements.

You can download via NuGet

Maui.DataGrid 4.0.0

12 Jan 16:21
Compare
Choose a tag to compare

New Features

In-line row editing

Its now possible to edit rows.

Maui.DataGrid 3.0.0

27 Jul 08:06
Compare
Choose a tag to compare

New Features

Pagination

Its now possible to split datasource to multiple page and navigate between them.

Inorder to use this feature you should set PaginationEnabled property to true. You can also set PageSize property to decide how many items to show per page

Bugfixes

#63
#61
#56
#64
#70
#72
#76
#81
#84
#88
#93
#96
#110
#113

Maui.DataGrid 2.0.0

30 Jan 21:26
Compare
Choose a tag to compare

After I and symbiogenesis's hard work we made quite few improvement son the DataGrid library.

  • Performance and memory improvements
  • Sorting icons changed to Polygon and animation added
  • Selection logic improved and reported bugs been fixed
  • Event handlers improved
  • LineBreakMode added for per column
  • Code cleanup
  • Refreshing logic improved

Migration Notes:

  • AscendingIconStyle and DescendingIconStyle properties removed. Instead SortIconStyle property implemented for type of Polygon.

BugFixes