I have a Telerik RadGrid and have a very simple Hierarchical dataset that I want to display. I used the code from the Telerik example but it doesn't work. Does anyone know how to implement a Hierarchical Telerik RadGrid? Does the relation need to be setup in the dataset as well?
1
votes
3 Answers
2
votes
Have you looked at their new TreeList control? It combines a hierarchical view with a grid. I haven't used it, but it sounds like the kind of thing you may need.
2
votes
The following tutorial gives a full example of binding hierarcical data for RadGridView for WinForms.
Hope that helps Richard
1
votes
I actually wrote this blog entry a while back about using the various hierarchy modes of RadGridView for WinForms. I hope it helps...