ASP.NET DataGrid Sorting/Paging... what am I missing?

  • Thread starter Thread starter Adam Clauss
  • Start date Start date
A

Adam Clauss

Alright, this is the first time I've attempted to use a datagrid (in
ASP.NET or otherwise). I set to true the properties for AllowPaging and
AllowSorting.

So now on the page, I get the first page of data, links to go to the
next page, and links in the column headers to sort the data. However,
when I click on either of these sets of links, nothing happens. The
same exact data appears. No sorting, no paging.

I get the impression it is expecting me to do something else... but the
documentation doesn't really talk about it.

So, a) What is wrong?
and b) What documentation did I miss?

Thanks!
 
Back
Top