Why doesn't Microsoft release a 'proper' AJAX grid for ASP.Net
Posted
by Maxim Gershkovich
on Stack Overflow
See other posts from Stack Overflow
or by Maxim Gershkovich
Published on 2010-05-10T08:36:51Z
Indexed on
2010/05/10
9:14 UTC
Read the original article
Hit count: 274
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).
© Stack Overflow or respective owner