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!
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!