This is a migrated thread and some comments may be shown as answers.

Drill Down with Rendered Fields

3 Answers 37 Views
OrgChart
This is a migrated thread and some comments may be shown as answers.
Aaron
Top achievements
Rank 1
Aaron asked on 28 May 2013, 05:31 PM
How do you leverage both the Drill Down function and the Rendered Fields together? I see example of each, just not together. I do not want to use grouping. Thanks in advance.

3 Answers, 1 is accepted

Sort by
0
Aaron
Top achievements
Rank 1
answered on 29 May 2013, 02:03 PM
All you have to do is add the following to your code behind.
RadOrgChart1.RenderedFields.ItemFields.Add(New Telerik.Web.UI.OrgChartRenderedField() With {.DataField = "JobTitle"})
0
Aaron
Top achievements
Rank 1
answered on 29 May 2013, 02:04 PM
Then add a column to your datatable collection in your code behind
categories.Columns.Add("JobTitle")
0
Peter Filipov
Telerik team
answered on 31 May 2013, 10:02 AM
Hello Aaron,

You are correct. That is the right way to setup the RadOrgChart control and its datasource.

Regards,
Peter Filipov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
OrgChart
Asked by
Aaron
Top achievements
Rank 1
Answers by
Aaron
Top achievements
Rank 1
Peter Filipov
Telerik team
Share this question
or