Why is pagination not working in my radgrid? If I click the pages (numbers) or next/previous buttons I can see only a single line, not even a grid.
Please help!
This can happen if you use binding with DataBind() calls and does not handle paging and sorting manually as with MS GridView. There is a quick fix though - hook the NeedDataSource event of the Telerik grid as shown here.