How i can to create my custom AJAX DataGrid for ASP.NET? Thanks.
+2
A:
This article will walk you through creating an ASP.NET Ajax Grid, complete with Pager.
DOK
2010-06-14 20:25:12
+1
A:
You can start from simple Repeater using ASP.NET+JQuery. Retrieve data from .NET JSON service and render using JavaScript. Example is here.
Yauheni Sivukha
2010-06-14 20:25:47