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: about 1 month ago
JSON representation

DataGrid Component For Xamarin.Forms Projects

Lists

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)