From d7e240a68d5f566737e8be93bfe3cd913ddb7376 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Wed, 9 Jul 2025 15:45:15 +0530 Subject: [PATCH 1/2] h1 tag missing --- .../Grid/How-to/Getting-Datasource-of-Grid-in-Sorted-order.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/Grid/How-to/Getting-Datasource-of-Grid-in-Sorted-order.md b/aspnet/Grid/How-to/Getting-Datasource-of-Grid-in-Sorted-order.md index befa64a48..78bde75e1 100644 --- a/aspnet/Grid/How-to/Getting-Datasource-of-Grid-in-Sorted-order.md +++ b/aspnet/Grid/How-to/Getting-Datasource-of-Grid-in-Sorted-order.md @@ -7,7 +7,7 @@ control: Grid documentation: ug --- -## Getting Datasource of Grid in Sorted Order +# Getting Datasource of Grid in Sorted Order Grid column can be sorted and after sorting, the datasource can be obtained in the same order using `sortBy` query and `executeLocal` method of DataManager. From 1344540ec47a37adb2443d16cc4a37f5ee07d56f Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Wed, 9 Jul 2025 16:08:07 +0530 Subject: [PATCH 2/2] Update Getting-Datasource-of-Grid-in-Sorted-order.md --- .../Grid/How-to/Getting-Datasource-of-Grid-in-Sorted-order.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet/Grid/How-to/Getting-Datasource-of-Grid-in-Sorted-order.md b/aspnet/Grid/How-to/Getting-Datasource-of-Grid-in-Sorted-order.md index 78bde75e1..0b25c94ae 100644 --- a/aspnet/Grid/How-to/Getting-Datasource-of-Grid-in-Sorted-order.md +++ b/aspnet/Grid/How-to/Getting-Datasource-of-Grid-in-Sorted-order.md @@ -1,7 +1,7 @@ --- layout: post -title: Getting Datasource of Grid in Sorted Order | Grid | ASP.NET Webforms | Syncfusion -description: Getting Datasource of Grid in Sorted Order +title: Getting Datasource of Grid in Sorted Order | Grid | ASP.NET Webforms +description: Check out and learn here all about getting datasource of Syncfusion Grid in Sorted Order and much more details. platform: aspnet control: Grid documentation: ug