Releases: akgulebubekir/Maui.DataGrid
Releases · akgulebubekir/Maui.DataGrid
Maui.DataGrid 4.0.5
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #193
- Bump github/codeql-action from 2 to 3 by @dependabot in #194
- Refactor to use ColumnSpacing for cell borders by @symbiogenesis in #180
- Fix crash on .NET 9 by @daltzctr in #201
- Silence StyleCop warnings by @symbiogenesis in #191
New Contributors
- @dependabot made their first contribution in #193
- @daltzctr made their first contribution in #201
Full Changelog: 4.0.4...4.0.5
4.0.4
What's Changed
- fix RowTappedCommand gesture recognizers from blocking UI by @symbiogenesis in #178
Full Changelog: 4.0.3...4.0.4
Maui.DataGrid 4.0.3
Maui.DataGrid 4.0.2
Maui.DataGrid 4.0.0
New Features
In-line row editing
Its now possible to edit rows.
Maui.DataGrid 3.0.0
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
Maui.DataGrid 2.0.0
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
andDescendingIconStyle
properties removed. InsteadSortIconStyle
property implemented for type ofPolygon
.