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

How to bind with a property two levels deep

1 Answer 20 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 10 Jan 2014, 02:02 PM
When I bind a PivotGridRowField to a property of my object everything it's ok:

rowField.DataField = "Value";

However, if i try to bind it with a property wich is in a second level, it doesn't work:
rowField.DataField = "Type.Name";

Any ideas?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 15 Jan 2014, 11:15 AM
Hello Daniel,

The required functionality is not supported in the RadPivotGrid control. However you could log its implementation s a feature request in our feedback portal below, so that our dev team could discuss its possible implementation.
http://feedback.telerik.com/project/108

Regards,
Maria Ilieva
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 the blog feed now.
Tags
PivotGrid
Asked by
Daniel
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or