From 576df465ef702ff8098aced0e76b355cdd03c8f6 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Mon, 23 Jun 2025 15:25:43 +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 e6d19e6bdb185fa8e973651433fa14622a96805e Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Wed, 25 Jun 2025 15:49:56 +0530 Subject: [PATCH 2/2] change meta content --- .../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..1599692a3 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 | ASP.NET Webforms +description: Check out and learn all about getting the data source of a grid in sorted order in Syncfusion ASP.NET Web Forms and more details. platform: aspnet control: Grid documentation: ug