Skip to content

Commit 164bb04

Browse files
Merge pull request #399 from Syncfusion-Content/hotfix/hotfix-v25.1.35
DOCINFRA-2341_merged_using_automation
2 parents f2ab74b + 96b09cf commit 164bb04

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

aspnet-core/Grid/Getting-Started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Getting started with ASP.NET Core Grid | Syncfusion
3+
title: Getting started with ASP.NET Core Grid | Syncfusion
44
description: Learn here all about getting started with Syncfusion Essential ASP.NET Core Grid control, its elements, and more.
55
platform: aspnet-core
66
control: grid
@@ -94,7 +94,7 @@ In `e-columns` definition, the `text-align` property allows you to align text of
9494

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

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

9999

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

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

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

140140

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

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

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

183183

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

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

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

225225

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

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

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

0 commit comments

Comments
 (0)