Syncfusion.Maui.DataGrid 20.4.51

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.Maui.DataGrid --version 20.4.51
NuGet\Install-Package Syncfusion.Maui.DataGrid -Version 20.4.51
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Syncfusion.Maui.DataGrid" Version="20.4.51" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.Maui.DataGrid --version 20.4.51
#r "nuget: Syncfusion.Maui.DataGrid, 20.4.51"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Syncfusion.Maui.DataGrid as a Cake Addin
#addin nuget:?package=Syncfusion.Maui.DataGrid&version=20.4.51

// Install Syncfusion.Maui.DataGrid as a Cake Tool
#tool nuget:?package=Syncfusion.Maui.DataGrid&version=20.4.51

The Syncfusion.Maui.DataGrid package contains the Syncfusion DataGrid component for .NET MAUI application. The MAUI DataGrid control is used to display and manipulate data in a tabular view. It was built from the ground up to achieve the best possible performance, even when loading large amounts of data.

Prerequisites

Integrated Development Environment

By using the following IDEs, you can develop .NET MAUI applications

Framework & SDK

The below tool is required to run the .NET MAUI application.

  • .NET 6.0 SDK
  • Android 5.0 (API 21) or higher.
  • iOS 10 or higher.
  • macOS 10.13 or higher.

Key Features

  • Data binding: Bind different types of data sources, including DataTable.
  • Column types: Show different data types in different types of columns. The following column types are supported: numeric, text, date, checkbox, image, and template. The template column is used to load any control in a column.
  • Sorting: Interactively sort one or more columns.
  • Filtering: Programmatically filter data based on the criteria.
  • Column sizing: Set the width of columns with various sizing options. Columns can also be sized based on their content.
  • Auto row height: Set the height for rows based on the content of their cells.
  • Selection: Select one or more rows. Keyboard navigation is supported for Windows and Mac Catalyst platforms.
  • Styling: Customize the appearance of cells and headers. Conditional styling is supported.

Getting Started

To initialize the DataGrid control add the below code to your xaml file.

<?xml version="1.0" encoding="utf-8" ?>
<ContentPage x:Class="DataGridMauiSample.GettingStartedDemo"
             xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
	     xmlns:local="clr-namespace:DataGridMauiSample"
             xmlns:datagrid="clr-namespace:Syncfusion.Maui.DataGrid;assembly=Syncfusion.Maui.DataGrid"
             BackgroundColor="White">
  <ContentPage.BindingContext>
      <local:OrderInfoRepository/>
  </ContentPage.BindingContext>

  <ContentPage.Content>
        <datagrid:SfDataGrid x:Name="dataGrid"
                          SelectionMode="Single"            
                          ItemsSource="{Binding OrderInfoCollection}">	   
        </datagrid:SfDataGrid>
  </ContentPage.Content>
</ContentPage>

For other features code snippet, please check this documentation link

Resources

Support and feedback

License

This is a commercial product and requires a paid license for possession or use. Syncfusion's licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. You can purchase a license here or start a free 30-day trial here.

About Syncfusion

Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 26,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1600+ components and frameworks for web (Blazor, ASP.NET Core, ASP.NET MVC, ASP.NET WebForms, JavaScript, Angular, React, Vue, and Flutter), mobile (MAUI, Xamarin, Flutter, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, Flutter and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-android30.0 is compatible.  net6.0-ios was computed.  net6.0-ios13.6 is compatible.  net6.0-maccatalyst was computed.  net6.0-maccatalyst13.5 is compatible.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net6.0-windows10.0.19041 is compatible.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Syncfusion.Maui.DataGrid:

Package Downloads
Syncfusion.Maui.DataGridExport The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Syncfusion DataGridExport is a .Net library for exporting the SfDataGrid to excel and pdf formats.

SharedMauiXamlStylesLibrary.Syncfusion

A collection of predefined Control styles for MAUI and Syncfusion.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Syncfusion.Maui.DataGrid:

Repository Stars
syncfusion/maui-demos
This repository contains the Syncfusion .NET MAUI control’s samples and the guide to use them
Strypper/mauisland
MAUIsland 🏝️ is the number 1 controls gallery for .NET MAUI
Version Downloads Last updated
25.1.42 314 4/29/2024
25.1.41 673 4/23/2024
25.1.40 1,266 4/15/2024
25.1.39 1,065 4/8/2024
25.1.38 1,330 4/1/2024
25.1.37 3,215 3/26/2024
25.1.35 9,283 3/15/2024
24.2.9 1,353 3/5/2024
24.2.8 1,516 2/27/2024
24.2.7 3,261 2/20/2024
24.2.6 1,278 2/15/2024
24.2.5 539 2/12/2024
24.2.4 1,656 2/6/2024
24.2.3 6,695 1/31/2024
24.1.47 3,649 1/23/2024
24.1.46 2,091 1/17/2024
24.1.45 2,962 1/9/2024
24.1.44 2,163 1/3/2024
24.1.43 1,258 12/27/2023
24.1.41 5,399 12/18/2023
23.2.7 5,522 12/6/2023
23.2.6 1,496 11/28/2023
23.2.5 1,087 11/23/2023
23.2.4 935 11/20/2023
23.1.44 2,986 11/6/2023
23.1.43 1,168 10/30/2023
23.1.42 2,029 10/23/2023
23.1.41 5,009 10/16/2023
23.1.40 2,666 10/10/2023
23.1.39 1,449 10/4/2023
23.1.38 3,099 9/26/2023
23.1.36 6,454 9/15/2023
22.2.12 2,438 9/5/2023
22.2.11 1,605 8/28/2023
22.2.10 1,100 8/22/2023
22.2.9 3,285 8/14/2023
22.2.8 1,253 8/7/2023
22.2.7 3,166 8/2/2023
22.2.5 2,474 7/27/2023
22.1.39 1,598 7/18/2023
22.1.38 3,640 7/11/2023
22.1.37 1,917 7/3/2023
22.1.36 1,352 6/28/2023
22.1.34 1,905 6/21/2023
21.2.10 3,800 6/13/2023
21.2.9 1,289 6/6/2023
21.2.8 1,022 5/30/2023
21.2.6 1,023 5/22/2023
21.2.5 2,890 5/15/2023
21.2.4 1,404 5/9/2023
21.2.3 1,156 5/3/2023
21.1.41 1,679 4/19/2023
21.1.39 1,129 4/10/2023
21.1.38 995 4/3/2023
21.1.37 2,898 3/29/2023
21.1.35 1,281 3/23/2023
20.4.54 11,124 3/13/2023
20.4.53 1,055 3/7/2023
20.4.52 1,238 2/28/2023
20.4.51 1,642 2/21/2023
20.4.50 968 2/14/2023
20.4.49 976 2/7/2023
20.4.48 1,250 2/1/2023
20.4.44 1,271 1/18/2023
20.4.43 1,030 1/10/2023
20.4.42 983 1/4/2023
20.4.41 1,486 12/29/2022
20.4.40 896 12/28/2022
20.4.38 1,315 12/21/2022
20.3.61 306 12/13/2022
20.3.60 427 12/6/2022
20.3.59 400 11/29/2022
20.3.58 248 11/22/2022
20.3.57 379 11/15/2022
20.3.56 415 11/8/2022
20.3.52 390 10/27/2022
20.3.50 396 10/18/2022
20.3.49 248 10/11/2022
20.3.48 143 10/5/2022
20.3.47 617 9/29/2022
20.2.50 283 9/20/2022
20.2.49 241 9/13/2022
20.2.48 254 9/6/2022
20.2.46 228 8/30/2022
20.2.45 254 8/23/2022
20.2.44 245 8/16/2022
20.2.43 419 8/8/2022
20.2.40 233 7/26/2022
20.2.39 211 7/19/2022
20.2.38 215 7/12/2022
20.2.36 753 6/30/2022