When working with AJAX to create a better UI, I like using javascript controls instead of .Net server controls inside update panels.
The Asp.Net GridView is great for normal server-side generated pages but it's not right for client side UI.
I needed a control that allows creating the grid o...
[More]