From 2bc7c766cda5e34b8f2bc23ecb04b516ed564cca Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Tue, 16 Apr 2024 09:06:16 +0300 Subject: [PATCH 1/2] SEO-181940-ASP.NET-Core-Data-Grid-changes --- aspnet-core/Grid/Getting-Started.md | 8 ++++---- .../aspnet-core-grid-add-summaries.png} | Bin .../aspnet-core-grid-data-binding.jpeg} | Bin .../aspnet-core-grid-enable-filtering.png} | Bin .../aspnet-core-grid-enable-grouping.png} | Bin .../aspnet-core-grid-enable-paging.png} | Bin 6 files changed, 4 insertions(+), 4 deletions(-) rename aspnet-core/Grid/{Getting-Started_images/Getting-Started2_img5.png => getting-started_images/aspnet-core-grid-add-summaries.png} (100%) rename aspnet-core/Grid/{Getting-Started_images/Getting-Started2_img1.jpeg => getting-started_images/aspnet-core-grid-data-binding.jpeg} (100%) rename aspnet-core/Grid/{Getting-Started_images/Getting-Started2_img3.png => getting-started_images/aspnet-core-grid-enable-filtering.png} (100%) rename aspnet-core/Grid/{Getting-Started_images/Getting-Started2_img4.png => getting-started_images/aspnet-core-grid-enable-grouping.png} (100%) rename aspnet-core/Grid/{Getting-Started_images/Getting-Started2_img2.png => getting-started_images/aspnet-core-grid-enable-paging.png} (100%) diff --git a/aspnet-core/Grid/Getting-Started.md b/aspnet-core/Grid/Getting-Started.md index 2f82a9db..72582ae1 100644 --- a/aspnet-core/Grid/Getting-Started.md +++ b/aspnet-core/Grid/Getting-Started.md @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/aspnet-core/Grid/Getting-Started_images/Getting-Started2_img5.png b/aspnet-core/Grid/getting-started_images/aspnet-core-grid-add-summaries.png similarity index 100% rename from aspnet-core/Grid/Getting-Started_images/Getting-Started2_img5.png rename to aspnet-core/Grid/getting-started_images/aspnet-core-grid-add-summaries.png diff --git a/aspnet-core/Grid/Getting-Started_images/Getting-Started2_img1.jpeg b/aspnet-core/Grid/getting-started_images/aspnet-core-grid-data-binding.jpeg similarity index 100% rename from aspnet-core/Grid/Getting-Started_images/Getting-Started2_img1.jpeg rename to aspnet-core/Grid/getting-started_images/aspnet-core-grid-data-binding.jpeg diff --git a/aspnet-core/Grid/Getting-Started_images/Getting-Started2_img3.png b/aspnet-core/Grid/getting-started_images/aspnet-core-grid-enable-filtering.png similarity index 100% rename from aspnet-core/Grid/Getting-Started_images/Getting-Started2_img3.png rename to aspnet-core/Grid/getting-started_images/aspnet-core-grid-enable-filtering.png diff --git a/aspnet-core/Grid/Getting-Started_images/Getting-Started2_img4.png b/aspnet-core/Grid/getting-started_images/aspnet-core-grid-enable-grouping.png similarity index 100% rename from aspnet-core/Grid/Getting-Started_images/Getting-Started2_img4.png rename to aspnet-core/Grid/getting-started_images/aspnet-core-grid-enable-grouping.png diff --git a/aspnet-core/Grid/Getting-Started_images/Getting-Started2_img2.png b/aspnet-core/Grid/getting-started_images/aspnet-core-grid-enable-paging.png similarity index 100% rename from aspnet-core/Grid/Getting-Started_images/Getting-Started2_img2.png rename to aspnet-core/Grid/getting-started_images/aspnet-core-grid-enable-paging.png From 0e474b9c61f4146f171d59793f1791de0c486db4 Mon Sep 17 00:00:00 2001 From: Sharly-Atieno Date: Tue, 16 Apr 2024 09:14:54 +0300 Subject: [PATCH 2/2] Update Getting-Started.md --- aspnet-core/Grid/Getting-Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet-core/Grid/Getting-Started.md b/aspnet-core/Grid/Getting-Started.md index 72582ae1..57720e4c 100644 --- a/aspnet-core/Grid/Getting-Started.md +++ b/aspnet-core/Grid/Getting-Started.md @@ -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 @@ -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) \ No newline at end of file +![ASP.NET Core Grid adds summaries](getting-started_images/aspnet-core-grid-add-summaries.png) \ No newline at end of file