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 befa64a4..1599692a 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,13 +1,13 @@ --- 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 --- -## 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.