Syncfusion.Maui.DataGrid 20.4.41

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.41                
NuGet\Install-Package Syncfusion.Maui.DataGrid -Version 20.4.41                
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.41" />                
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.41                
#r "nuget: Syncfusion.Maui.DataGrid, 20.4.41"                
#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.41

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

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

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 (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
27.1.50 619 9/24/2024
27.1.48 639 9/18/2024
26.2.14 1,504 9/9/2024
26.2.13 682 9/5/2024
26.2.12 689 9/2/2024
26.2.11 2,164 8/27/2024
26.2.10 1,316 8/19/2024
26.2.9 2,584 8/12/2024
26.2.8 1,196 8/5/2024
26.2.7 1,004 7/29/2024
26.2.5 978 7/26/2024
26.2.4 483 7/24/2024
26.1.42 1,694 7/15/2024
26.1.41 1,902 7/8/2024
26.1.40 5,575 7/1/2024
26.1.39 2,338 6/24/2024
26.1.38 1,456 6/18/2024
26.1.35 4,017 6/11/2024
25.2.7 2,706 6/3/2024
25.2.6 920 5/28/2024
25.2.5 4,135 5/21/2024
25.2.4 1,469 5/14/2024
25.2.3 1,980 5/8/2024
25.1.42 1,290 4/29/2024
25.1.41 971 4/23/2024
25.1.40 3,744 4/15/2024
25.1.39 1,797 4/8/2024
25.1.38 3,495 4/1/2024
25.1.37 11,850 3/26/2024
25.1.35 16,051 3/15/2024
24.2.9 1,825 3/5/2024
24.2.8 1,677 2/27/2024
24.2.7 4,300 2/20/2024
24.2.6 1,903 2/15/2024
24.2.5 584 2/12/2024
24.2.4 1,734 2/6/2024
24.2.3 6,825 1/31/2024
24.1.47 5,110 1/23/2024
24.1.46 2,151 1/17/2024
24.1.45 3,146 1/9/2024
24.1.44 2,515 1/3/2024
24.1.43 1,295 12/27/2023
24.1.41 7,203 12/18/2023
23.2.7 6,122 12/6/2023
23.2.6 1,638 11/28/2023
23.2.5 1,144 11/23/2023
23.2.4 990 11/20/2023
23.1.44 3,965 11/6/2023
23.1.43 1,221 10/30/2023
23.1.42 2,460 10/23/2023
23.1.41 5,066 10/16/2023
23.1.40 2,724 10/10/2023
23.1.39 1,494 10/4/2023
23.1.38 3,144 9/26/2023
23.1.36 7,833 9/15/2023
22.2.12 2,530 9/5/2023
22.2.11 1,633 8/28/2023
22.2.10 1,142 8/22/2023
22.2.9 3,914 8/14/2023
22.2.8 1,289 8/7/2023
22.2.7 3,843 8/2/2023
22.2.5 2,615 7/27/2023
22.1.39 1,635 7/18/2023
22.1.38 3,701 7/11/2023
22.1.37 1,943 7/3/2023
22.1.36 1,392 6/28/2023
22.1.34 1,952 6/21/2023
21.2.10 3,833 6/13/2023
21.2.9 1,318 6/6/2023
21.2.8 1,051 5/30/2023
21.2.6 1,058 5/22/2023
21.2.5 2,924 5/15/2023
21.2.4 1,426 5/9/2023
21.2.3 1,188 5/3/2023
21.1.41 1,703 4/19/2023
21.1.39 1,158 4/10/2023
21.1.38 1,022 4/3/2023
21.1.37 2,929 3/29/2023
21.1.35 1,320 3/23/2023
20.4.54 13,033 3/13/2023
20.4.53 1,081 3/7/2023
20.4.52 1,258 2/28/2023
20.4.51 1,675 2/21/2023
20.4.50 997 2/14/2023
20.4.49 1,007 2/7/2023
20.4.48 1,294 2/1/2023
20.4.44 1,311 1/18/2023
20.4.43 1,056 1/10/2023
20.4.42 1,014 1/4/2023
20.4.41 1,507 12/29/2022
20.4.40 937 12/28/2022
20.4.38 1,370 12/21/2022
20.3.61 317 12/13/2022
20.3.60 442 12/6/2022
20.3.59 425 11/29/2022
20.3.58 260 11/22/2022
20.3.57 386 11/15/2022
20.3.56 428 11/8/2022
20.3.52 404 10/27/2022
20.3.50 408 10/18/2022
20.3.49 259 10/11/2022
20.3.48 151 10/5/2022
20.3.47 634 9/29/2022
20.2.50 294 9/20/2022
20.2.49 250 9/13/2022
20.2.48 263 9/6/2022
20.2.46 240 8/30/2022
20.2.45 262 8/23/2022
20.2.44 259 8/16/2022
20.2.43 435 8/8/2022
20.2.40 244 7/26/2022
20.2.39 220 7/19/2022
20.2.38 226 7/12/2022
20.2.36 805 6/30/2022