https://github.com/akgulebubekir/maui.datagrid
DataGrid component for Maui
https://github.com/akgulebubekir/maui.datagrid
android datagrid datagrid-component datagridview dotnet dotnet6 ios library maui maui-apps winui
Last synced: 7 days ago
JSON representation
DataGrid component for Maui
- Host: GitHub
- URL: https://github.com/akgulebubekir/maui.datagrid
- Owner: akgulebubekir
- License: mit
- Created: 2022-08-19T09:24:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-13T04:32:52.000Z (9 days ago)
- Last Synced: 2025-04-14T22:14:33.871Z (7 days ago)
- Topics: android, datagrid, datagrid-component, datagridview, dotnet, dotnet6, ios, library, maui, maui-apps, winui
- Language: C#
- Homepage:
- Size: 2.95 MB
- Stars: 293
- Watchers: 12
- Forks: 59
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maui.DataGrid
DataGrid library for .NET **MAUI** applications.
[](https://www.nuget.org/packages/akgul.Maui.Datagrid)
[](https://github.com/akgulebubekir/Maui.DataGrid/actions/workflows/codeql.yml)> **Supported Platforms**
>
>- Android
>- iOS
>- MacCatalyst
>- Tizen
>- Windows
>- and any other platform that MAUI runs on```xaml
xmlns:dg="clr-namespace:Maui.DataGrid;assembly=Maui.DataGrid"
#F2F2F2
#FFFFFF
```
## Tip
If you are experiencing any issues on iOS, you can try adding the following to MauiProgram.cs
```csharp
#if IOS || MACCATALYST
builder.ConfigureMauiHandlers(handlers =>
{
handlers.AddHandler();
});
#endif
```## Screenshots

## Repository Activity

## Star History
[](https://star-history.com/#akgulebubekir/Maui.DataGrid&Date)