Skip to content

SyncfusionExamples/grid-ug-asp-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

ASP.NET Core DataGrid GettingStarted Samples

Repository Description

This repository contains ASP.NET Core DataGrid getting-started samples that demonstrate how to use and configure the DataGrid control in an ASP.NET Core application with multiple feature-based views.

Project Overview

This project is a collection of sample implementations for the ASP.NET Core DataGrid component. It is designed to help developers understand how different DataGrid features can be used in a real ASP.NET Core application. Each feature is organized as a separate view, making it easier to explore and learn individual DataGrid capabilities step by step.

The samples focus on practical usage scenarios and commonly used DataGrid functionalities. Developers can navigate through different views to see how data is displayed, manipulated, and interacted with inside the grid.

Features Demonstrated

The repository includes samples for various DataGrid features, such as:

  • Getting started with DataGrid setup
  • Data binding and column configuration
  • Row and cell customization
  • Editing and selection
  • Filtering, searching, and sorting
  • Paging, scrolling, and infinite scrolling
  • Grouping and aggregates
  • Frozen rows and columns
  • Printing and adaptive view support

Prerequisites

Before running the samples, ensure you have the following installed:

  • Visual Studio 2022
  • .NET SDK compatible with ASP.NET Core projects

How to Run the Project

  1. Check out this project to a local folder on your system.
  2. Open the solution file using Visual Studio 2022.
  3. Restore the required NuGet packages by rebuilding the solution.
  4. Run the project to launch the sample application in your browser.

Usage

Once the application is running, use the navigation or menu options to switch between different DataGrid sample views. Each view demonstrates a specific feature or behavior of the DataGrid control, allowing you to understand how it works in isolation.

Reference Documentation

About

Syncfusion Data Grid help documentation for ASP.NET Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors