Releases: akgulebubekir/Maui.DataGrid
Releases · akgulebubekir/Maui.DataGrid
Maui.DataGrid 4.0.6
What's Changed
- add per-column filters by @symbiogenesis in #203
- set MeasureFirstItem as default by @symbiogenesis in #206
- Fix scrolling issue by @symbiogenesis in #207
- Add localization support for pagination and # per page customization by @goodguyjay in #208
- Added FooterTextColor property by @jldearmas in #210
- update to .NET 9 by @symbiogenesis in #209
- Restore .NET 8 compilation by @symbiogenesis in #213
New Contributors
- @goodguyjay made their first contribution in #208
- @jldearmas made their first contribution in #210
Full Changelog: 4.0.5...4.0.6
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
.