This is a migrated thread and some comments may be shown as answers.

Paging does not work after Sorting in Radgrid

1 Answer 65 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Raji
Top achievements
Rank 1
Raji asked on 03 Aug 2011, 12:46 AM
Hi,

I have a RADGrid which I am building dynamically. Everything works fine except when I try to do sort and then do paging the grid is blank. I did the debug and I can see the datasource has the records. I amd developing my app in vs2005 and .Net 2.0. The version of  Telerik.Web.UI.dll is 2010.3.1317.20

Let me know if anybody has a solution to this problem. I can upload the code.

Thanks,
Raji

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 03 Aug 2011, 05:12 AM
Hello Raji,

I suppose this arises because you are populating the grid using simple data binding. In order to implement advanced features like paging, sorting etc, make sure that you are using Advanced data binding with NeedDataSource event. Check the following help documentation which explains more about this.
Advanced Data-binding (using NeedDataSource event).

Thanks,
Princy.
Tags
Grid
Asked by
Raji
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or