Just "released" the latest version of the Datagrid. Updates include:
- You can disable sorting for a given column or columns.
- Paging now has a "paging" CSS class (the next/prev links only). The bit that tells you how many rows there (x of y results) has the "paging_results" CSS class
- Order by links now preserve existing GET variables - thanks Tom
- Fixed hard coded perPage - thanks David
- Added NoSort() method which, unsurprisingly, disables sorting for a given column (or columns).