HowTo: Telerik RadGrid Master/Detail client-side data-binding using LINQ to SQL and WebService
Posted by: the telerik blogs,
on 09 Sep 2008 |
View original | Bookmarked: 0 time(s)
I've made two Master/Detail demos using RadGrid for ASP.NET AJAX, LINQ to SQL and WebService client-side data-binding.
The first example is a single grid with two hierarchical levels (Customers -> Orders) with enabled paging, sorting & filtering for the entire hierarchy:
and the second demo is a classic Master/Detail with two grids:
[Download]