MikeTWebb
MikeTWebb

Reputation: 9279

Telerik Radgrid Hierarchical

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?

Upvotes: 1

Views: 4010

Answers (3)

Richard Litzo
Richard Litzo

Reputation: 131

The following tutorial gives a full example of binding hierarcical data for RadGridView for WinForms.

Hope that helps Richard

Upvotes: 2

Shoerob
Shoerob

Reputation: 309

I actually wrote this blog entry a while back about using the various hierarchy modes of RadGridView for WinForms. I hope it helps...

Upvotes: 1

Ray
Ray

Reputation: 21905

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.

Upvotes: 3

Related Questions