In the Web demos section, there is a grid which displays its data in a master/detail type format. The demo I’m referring to can be found here:
The grid pulls the data from the following services/feed:
http://demos.kendoui.com/service/Northwind.svc/Employees?$format=json&$inlinecount=allpages&$callback=callback&$top=5
http://demos.kendoui.com/service/Northwind.svc/Employees%281%29/Orders?$format=json&$inlinecount=allpages&$callback=callback&$top=5
Thanks,