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?
Telerik Radgrid Hierarchical
3.9k Views Asked by MikeTWebb At
3
There are 3 best solutions below
1

The following tutorial gives a full example of binding hierarcical data for RadGridView for WinForms.
Hope that helps Richard
0

I actually wrote this blog entry a while back about using the various hierarchy modes of RadGridView for WinForms. I hope it helps...
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.