Hi,
I am trying to implement a RadGrid that allows paging (pagination). Most of the examples I found use SqlDataSource where the query is integrated with the pagination process. However, in my case, I am using a DataTable to bind the grid with so I am not sure how to link the pagination event to it. Right now, with the AllowPaging=true, I can display the grid with it successfully but when I click on the next page, it returns blank obviously because my DataTable is not integrated with it. Can someone help me with Paging using a DataTable?
I really appreciate your help!
Thanks,
Arthur
I am trying to implement a RadGrid that allows paging (pagination). Most of the examples I found use SqlDataSource where the query is integrated with the pagination process. However, in my case, I am using a DataTable to bind the grid with so I am not sure how to link the pagination event to it. Right now, with the AllowPaging=true, I can display the grid with it successfully but when I click on the next page, it returns blank obviously because my DataTable is not integrated with it. Can someone help me with Paging using a DataTable?
I really appreciate your help!
Thanks,
Arthur