---
title: "View with sorting and paging"  
description: "View with sorting and paging"  
author: "Anonymous User"  
published: 2014-08-25  
updated: 2014-08-25  
canonical: https://www.mindstick.com/forum/2126/view-with-sorting-and-paging  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# View with sorting and paging

Is there any [ASP](https://www.mindstick.com/articles/751/introduction-to-asp-dot-net-mvc) [view](https://yourviews.mindstick.com/view/84701/layoffs-in-google-india-2023-view) that has [paging](https://www.mindstick.com/articles/335974/retrieve-data-from-restful-api-and-add-paging-in-knockout-js) like [listview](https://www.mindstick.com/articles/12744/listview-in-android) and [sorting](https://www.mindstick.com/articles/1581/sorting-list-with-side-bar) like [dataview](https://www.mindstick.com/blog/151/dataview-in-ado-dot-net)?

I was [trying](https://answers.mindstick.com/qa/93698/6-mistakes-couples-are-trying-to-save-money) to [avoid](https://yourviews.mindstick.com/story/1518/tips-to-avoid-dengue-at-home) the [implementation](https://www.mindstick.com/forum/33764/how-to-implementation-of-class-in-c-sharp) of one of those two manually.

## Replies

### Reply by Sumit Kesarwani

Hi Pravesh, \

GridView automatically implements these two abilities. Make sure the AllowSorting and AllowPaging properties are set to true.


---

Original Source: https://www.mindstick.com/forum/2126/view-with-sorting-and-paging

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
