I have asp.net 4.0 MVC (ASPX) application using the RadGrid. I created an EnityDataSource which populates the Grid just fine when the aspx page loads. The pager at the bottom of the grid gets set up wonderful with total pages, page numbers etc and so forth.
When I click on Page "2" the grid just refreshes with the intial load ( the first page of results). As I understand, paging is done on database level. Okay fine. For the life of me, I don't know how, where or if I need to pass the current page, the "next page number" and whatever else to get the paging to work proplerly.
When I click on Page "2" the grid just refreshes with the intial load ( the first page of results). As I understand, paging is done on database level. Okay fine. For the life of me, I don't know how, where or if I need to pass the current page, the "next page number" and whatever else to get the paging to work proplerly.