Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions aspnet-core/Grid/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: Getting started with ASP.NET Core Grid | Syncfusion
title: Getting started with ASP.NET Core Grid | Syncfusion
description: Learn here all about getting started with Syncfusion Essential ASP.NET Core Grid control, its elements, and more.
platform: aspnet-core
control: grid
Expand Down Expand Up @@ -94,7 +94,7 @@ In `e-columns` definition, the `text-align` property allows you to align text of

The following output is displayed as a result of the previous code example.

![ASP.NET Core Grid data binding](Getting-Started_images/Getting-Started2_img1.jpeg)
![ASP.NET Core Grid data binding](getting-started_images/aspnet-core-grid-data-binding.jpeg)


## Enable paging
Expand Down Expand Up @@ -135,7 +135,7 @@ The paging feature in grid offers complete navigation support to easily switch

The following output is displayed as a result of the previous code example.

![ASP.NET Core Grid enable paging](Getting-Started_images/Getting-Started2_img2.png)
![ASP.NET Core Grid enable paging](getting-started_images/aspnet-core-grid-enable-paging.png)


## Enable filtering
Expand Down Expand Up @@ -178,7 +178,7 @@ To enable filtering, use the `allow-filtering` property of grid is as follows.

The following output is displayed as a result of the previous code example.

![ASP.NET Core Grid enable filtering](Getting-Started_images/Getting-Started2_img3.png)
![ASP.NET Core Grid enable filtering](getting-started_images/aspnet-core-grid-enable-filtering.png)


## Enable grouping
Expand Down Expand Up @@ -220,7 +220,7 @@ To enable grouping, use the `allow-grouping` property of grid is as follows.

The following output is displayed as a result of the previous code example.

![ASP.NET Core Grid enable grouping](Getting-Started_images/Getting-Started2_img4.png)
![ASP.NET Core Grid enable grouping](getting-started_images/aspnet-core-grid-enable-grouping.png)


## Add summaries
Expand Down Expand Up @@ -268,4 +268,4 @@ Summaries can be added by setting the `show-summary` to `true` and adding requir

The following output is displayed as a result of the previous code example.

![ASP.NET Core Grid adds summaries](Getting-Started_images/Getting-Started2_img5.png)
![ASP.NET Core Grid adds summaries](getting-started_images/aspnet-core-grid-add-summaries.png)