Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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 | 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
---

## 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.

Expand Down