Maui.DataGrid

DataGrid component for Maui

MIT License

Stars
248
Committers
2

Bot releases are hidden (Show)

Maui.DataGrid - Maui.DataGrid 4.0.5 Latest Release

Published by akgulebubekir about 1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/akgulebubekir/Maui.DataGrid/compare/4.0.4...4.0.5

Maui.DataGrid - 4.0.4

Published by akgulebubekir 6 months ago

What's Changed

Full Changelog: https://github.com/akgulebubekir/Maui.DataGrid/compare/4.0.3...4.0.4

Maui.DataGrid - Maui.DataGrid 4.0.3

Published by akgulebubekir 6 months ago

Release Notes

Fixed Bugs

#164
#166
#170

Download on NuGet version (akgul.Maui.Datagrid)

Maui.DataGrid - Maui.DataGrid 4.0.2

Published by akgulebubekir 7 months ago

Release Notes

This version contains bunch of bugfix and performance improvements.

You can download via NuGet

Maui.DataGrid - Maui.DataGrid 4.0.0

Published by akgulebubekir 9 months ago

New Features

In-line row editing

Its now possible to edit rows.

Maui.DataGrid - Maui.DataGrid 3.0.0

Published by akgulebubekir about 1 year ago

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 - Maui.DataGrid 2.0.0

Published by akgulebubekir over 1 year ago

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

  • #13
  • #11
  • #9
  • #4
  • #3
  • #2