Why doesn't Microsoft release a 'proper' AJAX grid for ASP.Net
- by Maxim Gershkovich
Why doesn't Microsoft release a 'proper' AJAX grid for ASP.Net either as part of Visual Studio or the AJAX control toolkit? Has there been any discussion that anyone is aware of regarding this issue?
Also does anyone have any open source suggestions for 'proper' AJAX gridviews?
So far I have found one....
http://dotnetslackers.com/projects/AjaxDataControls/Default.aspx
PS: By proper I mean a grid that actually uses XML responses rather than the nasty html javascript based injection that is the current nastyness of the gridview (EVEN IN VS 2010).