Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akgulebubekir/Xamarin.Forms.DataGrid
DataGrid Component For Xamarin.Forms Projects
https://github.com/akgulebubekir/Xamarin.Forms.DataGrid
datagrid xamarin xamarin-components xamarin-forms xamarin-library
Last synced: 29 days ago
JSON representation
DataGrid Component For Xamarin.Forms Projects
- Host: GitHub
- URL: https://github.com/akgulebubekir/Xamarin.Forms.DataGrid
- Owner: akgulebubekir
- License: mit
- Archived: true
- Created: 2016-06-13T07:38:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T18:47:43.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T18:04:58.959Z (about 1 month ago)
- Topics: datagrid, xamarin, xamarin-components, xamarin-forms, xamarin-library
- Language: C#
- Size: 4.65 MB
- Stars: 259
- Watchers: 27
- Forks: 76
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - Xamarin.Forms.DataGrid ★249
README
Xamarin.Forms.DataGrid
======================[![Build Status](https://app.bitrise.io/app/e72afbfab5432e1d/status.svg?token=Sxj77MEd-bke8RUGugsR2Q&branch=master)](https://app.bitrise.io/app/e72afbfab5432e1d) [![NuGet](https://img.shields.io/badge/nuget-v3.1.0-blue.svg?style=plastic)](https://www.nuget.org/packages/Xamarin.Forms.DataGrid) [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg?style=plastic)](https://gitter.im/Xamarin-Forms-DataGrid/Lobby)
DataGrid library for Xamarin.Forms Application.
>You can install the package from **NuGet Package Manager** [(Xamarin.Forms.DataGrid)](https://www.nuget.org/packages/Xamarin.Forms.DataGrid/)
```sh
pm> Install-Package Xamarin.Forms.DataGrid
```
> **Supported Platforms**
>- Android
>- iOS
>- UWP#### Usage ([See all](https://github.com/akgulebubekir/Xamarin.Forms.DataGrid/blob/master/Samples.md))
> You should call `Xamarin.Forms.DataGrid.DataGridComponent.Init()` before using from Xaml.
```xaml
xmlns:dg="clr-namespace:Xamarin.Forms.DataGrid;assembly=Xamarin.Forms.DataGrid"
xmlns:conv="clr-namespace:DataGridSample.Views.Converters;assembly=DataGridSample"
15
13
#F2F2F2
#FFFFFF
```
Screenshots ([see all](https://github.com/akgulebubekir/Xamarin.Forms.DataGrid/tree/master/Screenshots))
-------------![Screenshots](https://raw.githubusercontent.com/akgulebubekir/Xamarin.Forms.DataGrid/master/Screenshots/AllinOne.png)