ADC is a set of data controls that try to mimic the Asp.Net controls using Asp.Net AJAX Extensions.
I'm looking at the GridView in particular, although I never really liked the Asp.Net control, the AJAX version might work well for my search pages.
For the current project I'm working on I won't be using the server side wrapper, just the client side code.
The grid view control supports paging, sorting, column dragging, links, checkboxes and in-place editing.
I'm going to try it out, see if it takes the places of my upgraded WebFXColumnList...
check it out at Ajax Data Controls - Home