Syncfusion.Maui.DataGrid 20.4.43

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.43
                    
NuGet\Install-Package Syncfusion.Maui.DataGrid -Version 20.4.43
                    
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.43" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.Maui.DataGrid" Version="20.4.43" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.Maui.DataGrid" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Syncfusion.Maui.DataGrid --version 20.4.43
                    
#r "nuget: Syncfusion.Maui.DataGrid, 20.4.43"
                    
#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.
#addin nuget:?package=Syncfusion.Maui.DataGrid&version=20.4.43
                    
Install Syncfusion.Maui.DataGrid as a Cake Addin
#tool nuget:?package=Syncfusion.Maui.DataGrid&version=20.4.43
                    
Install Syncfusion.Maui.DataGrid as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

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

Package Downloads
Syncfusion.Maui.DataGridExport

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.

Cyber.FrameworkNet8

Phiên bản CyberPlus phát triển trên nền tảng .Net Maui

GitHub repositories (3)

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

Repository Stars
unoplatform/Uno.Samples
A collection of code samples for the Uno Platform
Strypper/mauisland
MAUIsland 🏝️ is the number 1 controls gallery for .NET MAUI
syncfusion/maui-demos
This repository contains the Syncfusion .NET MAUI control’s samples and the guide to use them
Version Downloads Last updated
29.1.38 404 4/15/2025
29.1.37 1,251 4/8/2025
29.1.35 1,434 4/1/2025
29.1.33 1,793 3/25/2025
28.2.12 1,251 3/19/2025
28.2.11 1,677 3/11/2025
28.2.9 1,345 3/4/2025
28.2.7 1,867 2/25/2025
28.2.6 3,120 2/17/2025
28.2.5 1,065 2/11/2025
28.2.4 2,695 2/4/2025
28.2.3 1,671 1/29/2025
28.1.41 2,634 1/21/2025
28.1.39 2,431 1/14/2025
28.1.38 1,265 1/7/2025
28.1.37 904 12/31/2024
28.1.36 875 12/23/2024
28.1.35 1,593 12/18/2024
28.1.33 2,717 12/12/2024
27.2.5 5,640 12/2/2024
27.2.4 1,265 11/26/2024
27.2.3 706 11/22/2024
27.2.2 3,633 11/15/2024
27.1.58 2,734 11/4/2024
27.1.57 4,107 10/29/2024
27.1.56 1,506 10/23/2024
27.1.55 1,126 10/21/2024
27.1.53 3,966 10/14/2024
27.1.52 4,097 10/7/2024
27.1.51 2,086 9/30/2024
27.1.50 2,912 9/24/2024
27.1.48 1,649 9/18/2024
26.2.14 2,786 9/9/2024
26.2.13 2,376 9/5/2024
26.2.12 777 9/2/2024
26.2.11 6,315 8/27/2024
26.2.10 1,723 8/19/2024
26.2.9 4,284 8/12/2024
26.2.8 1,373 8/5/2024
26.2.7 1,262 7/29/2024
26.2.5 1,035 7/26/2024
26.2.4 546 7/24/2024
26.1.42 2,454 7/15/2024
26.1.41 2,147 7/8/2024
26.1.40 8,590 7/1/2024
26.1.39 4,583 6/24/2024
26.1.38 1,775 6/18/2024
26.1.35 4,483 6/11/2024
25.2.7 5,427 6/3/2024
25.2.6 1,387 5/28/2024
25.2.5 6,933 5/21/2024
25.2.4 1,556 5/14/2024
25.2.3 4,856 5/8/2024
25.1.42 2,526 4/29/2024
25.1.41 1,048 4/23/2024
25.1.40 4,734 4/15/2024
25.1.39 1,896 4/8/2024
25.1.38 4,584 4/1/2024
25.1.37 12,009 3/26/2024
25.1.35 17,773 3/15/2024
24.2.9 1,999 3/5/2024
24.2.8 2,027 2/27/2024
24.2.7 5,368 2/20/2024
24.2.6 1,958 2/15/2024
24.2.5 611 2/12/2024
24.2.4 1,782 2/6/2024
24.2.3 7,019 1/31/2024
24.1.47 5,380 1/23/2024
24.1.46 2,188 1/17/2024
24.1.45 3,203 1/9/2024
24.1.44 2,788 1/3/2024
24.1.43 1,336 12/27/2023
24.1.41 9,722 12/18/2023
23.2.7 7,682 12/6/2023
23.2.6 1,729 11/28/2023
23.2.5 1,183 11/23/2023
23.2.4 1,039 11/20/2023
23.1.44 4,148 11/6/2023
23.1.43 1,269 10/30/2023
23.1.42 2,486 10/23/2023
23.1.41 5,107 10/16/2023
23.1.40 2,754 10/10/2023
23.1.39 1,530 10/4/2023
23.1.38 3,195 9/26/2023
23.1.36 8,003 9/15/2023
22.2.12 2,651 9/5/2023
22.2.11 1,660 8/28/2023
22.2.10 1,178 8/22/2023
22.2.9 4,971 8/14/2023
22.2.8 1,337 8/7/2023
22.2.7 3,872 8/2/2023
22.2.5 2,739 7/27/2023
22.1.39 1,655 7/18/2023
22.1.38 3,731 7/11/2023
22.1.37 1,970 7/3/2023
22.1.36 1,422 6/28/2023
22.1.34 1,987 6/21/2023
21.2.10 3,872 6/13/2023
21.2.9 1,349 6/6/2023
21.2.8 1,095 5/30/2023
21.2.6 1,089 5/22/2023
21.2.5 2,958 5/15/2023
21.2.4 1,472 5/9/2023
21.2.3 1,216 5/3/2023
21.1.41 1,756 4/19/2023
21.1.39 1,186 4/10/2023
21.1.38 1,049 4/3/2023
21.1.37 2,967 3/29/2023
21.1.35 1,360 3/23/2023
20.4.54 13,970 3/13/2023
20.4.53 1,112 3/7/2023
20.4.52 1,300 2/28/2023
20.4.51 1,728 2/21/2023
20.4.50 1,031 2/14/2023
20.4.49 1,045 2/7/2023
20.4.48 1,328 2/1/2023
20.4.44 1,348 1/18/2023
20.4.43 1,101 1/10/2023
20.4.42 1,044 1/4/2023
20.4.41 1,541 12/29/2022
20.4.40 968 12/28/2022
20.4.38 1,453 12/21/2022
20.3.61 352 12/13/2022
20.3.60 483 12/6/2022
20.3.59 470 11/29/2022
20.3.58 294 11/22/2022
20.3.57 418 11/15/2022
20.3.56 464 11/8/2022
20.3.52 444 10/27/2022
20.3.50 446 10/18/2022
20.3.49 290 10/11/2022
20.3.48 180 10/5/2022
20.3.47 684 9/29/2022
20.2.50 330 9/20/2022
20.2.49 290 9/13/2022
20.2.48 297 9/6/2022
20.2.46 281 8/30/2022
20.2.45 304 8/23/2022
20.2.44 294 8/16/2022
20.2.43 471 8/8/2022
20.2.40 279 7/26/2022
20.2.39 254 7/19/2022
20.2.38 262 7/12/2022
20.2.36 2,988 6/30/2022