Maui.DataGrid
Maui.DataGrid copied to clipboard
DataGrid component for Maui
How to use toolkit 'SetFocusOnEntryCompletedBehavior' or other to set focus on the cell in the next row and current column 'Stock'? ``` ```
**Describe the bug** There appears to be a minor issue with the borders if the border size is set to zero. **To Reproduce** Steps to reproduce the behavior: 1. Using...
The CollectionView control we use implements virtualization, and this is likely the cause of recent erroneous behavior seen in bugs such as #166, #170, and #172. Basically, virtualization is a...
Rows background colors not updating correctly when adding/deleting items from observable collection.
**Describe the bug** The rows do not seem to maintain the settings of the DataGrid.RowsBackgroundColorPalette correctly when items are added or deleted. **To Demonstrate** I've modified the standard example to...
Hi! This might be a duplicate of issue #93 but it just happened to me. The Windows version is showing the datagrid fine, but nothing is displayed on the Android...
We should make an automatic repeatable build pipeline using GitHub actions. It is free and can ensure PRs meet certain criteria. Like successfully compiling, at minimum. https://www.meziantou.net/publishing-a-nuget-package-following-best-practices-using-github.htm
I am binding the grid to a dataset and then preselecting the first row. The grid contains 20 or so rows with the first 5 visible. Selecting of the visible...
The current selection logic is based on the internal CollectionView. This implementation is elegant and maintainable, but loses selected items when paginating. Or when sorting while pagination is enabled. It...
As in WPF DataGrid the DataGrid should have a RowStyle property where the style for a row can be defined: https://learn.microsoft.com/de-de/dotnet/api/system.windows.controls.datagrid.rowstyle?view=windowsdesktop-8.0
**Describe the bug** If I use a Combobox/Entry/Picker (or some other user interact control) in a datagrid cell and if I use the default binding (defined as PropertyName and Binding...