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

RadGrid - Paging

1 Answer 100 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 24 Jun 2011, 11:43 AM
Hi,

I have two usercontrols that are identical and contain the RadGrid. Inside the code file the NeedDataSource method is used to set the  datasouce. For each page the datasource is different i.e. they pull diffenet records from database.

On both RadGrids I have the same properties set ...

AllowPaging=True,
AllowCustomPaging = False,
AllowSorting = True

When I run the application and visit pages that contain the usercontrols I find one RadGrid displays the paging (footer) and and when click to navigate pages or use the dropdown the expected behaviour happens and records displayed are changed. In the second usercontrol I notice that the paging footer exists, but when i click to move to another grid page of data nothing happens. When I set on this RadGrid the ShowFooterStatus= True and try again I see a image display in the footer indicating that the grid is loading. This never seems to finish and therefore nothing is changed with the data shown.

I also noticed that the sorting does not work in the RadGrid that will not page.

Both usercontrols sit on a blank page and there is no external code that affects each page differently. I have checked each line of markup/code and there are no real differences apart from a different datasource supplied.

I have checked which version of the telerik control i am using ... 2009.3.1208.35

I did see a forum page http://www.telerik.com/community/forums/aspnet-ajax/grid/client-side-paging---hyperlink-not-working.aspx
that said there is a bug in the grid ... "The problem got solved.  In our project we were using telerik version 2009.1.402.20 and it didn't work.  When i changed the version to 2010.3.1109.20, it worked."

Is there a problem with paging and sorting in the version i have?

I dont understand why both my pages show different results. Let me know and I can supply the code files!

1 Answer, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 28 Jun 2011, 01:21 PM
Hello Mark,

Please, open up a formal support ticket and provide your files. Thanks for that. 

Regards,
Tsvetoslav
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
Mark
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or