Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syncfusionexamples/how-to-customize-the-columns-of-aspdotnet-core-datagrid-using-templates
A quick-start project that helps you to customize the ASP.NET Core Data Grid column header and its column data using templates. This project also contains code to use conditions inside the column template.
https://github.com/syncfusionexamples/how-to-customize-the-columns-of-aspdotnet-core-datagrid-using-templates
aspdotnetcore-datagrid aspdotnetcore-datagrid-column-customization aspdotnetcore-datagrid-column-template aspdotnetcore-datagrid-columns aspdotnetcore-datagrid-conditional-column-template aspdotnetcore-datagrid-header-template aspdotnetcore-datatable
Last synced: 7 days ago
JSON representation
A quick-start project that helps you to customize the ASP.NET Core Data Grid column header and its column data using templates. This project also contains code to use conditions inside the column template.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/how-to-customize-the-columns-of-aspdotnet-core-datagrid-using-templates
- Owner: SyncfusionExamples
- Created: 2023-12-22T05:41:37.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-01T17:05:40.000Z (5 months ago)
- Last Synced: 2024-08-01T19:18:06.864Z (5 months ago)
- Topics: aspdotnetcore-datagrid, aspdotnetcore-datagrid-column-customization, aspdotnetcore-datagrid-column-template, aspdotnetcore-datagrid-columns, aspdotnetcore-datagrid-conditional-column-template, aspdotnetcore-datagrid-header-template, aspdotnetcore-datatable
- Language: HTML
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to Customize the Columns of ASP.NET Core DataGrid Using Templates
A quick-start project that helps you to customize columns in the Syncfusion ASP.NET Core DataGrid using templates. Explore how to use conditional templates to include columns with checkboxes.## Documentation:
* Column Template: https://ej2.syncfusion.com/aspnetcore/documentation/grid/columns/column-template
* Header template: https://ej2.syncfusion.com/aspnetcore/documentation/grid/columns/headers#header-template
* Condition template: https://ej2.syncfusion.com/aspnetcore/documentation/grid/columns/column-template#using-condition-template## Examples:
* Column Template: https://ej2.syncfusion.com/aspnetcore/Grid/ColumnTemplate#/fluent
* Header Template: https://ej2.syncfusion.com/aspnetcore/Grid/HeaderTemplate#/fluent## Project prerequisites
Make sure you have compatible versions of the following IDE and framework installed on your machine before starting this project:
* .NET SDK 6.0 ([.NET ](https://dotnet.microsoft.com/en-us/download))
* Visual Studio 2022 ([Visual studio](https://visualstudio.microsoft.com/downloads/)) or later
---
To learn more about the supported IDE and frameworks for our ASP.NET Core controls, please refer to the documentation below:
https://ej2.syncfusion.com/aspnetcore/documentation/system-requirements## How to run this application:
To run this application, clone the `how-to-customize-the-columns-of-aspdotnet-core-datagrid-using-templates` repository and open it in Visual Studio. Install the necessary NuGet packages via the package manager, then build and run the project by pressing the F5 key.