The official DataGrid control for Avalonia.
It displays repeating data in a customizable grid.
See the documentation for more information.
Warning
DataGrid is deprecated and only receives bug fixes.
To display read-only tabular data, we recommend using TableView.
For advanced editing, we recommend using TreeDataGrid
The DataGrid control was initially ported from Silverlight, and was previously part of the Avalonia main repository.
It now lives in its own repository: see this discussion for details.